aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few remaining unionfs -> aufsGerardo Exequiel Pozzi2009-10-071-1/+1
| | | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix etc/group overlay sample entries.Gerardo Exequiel Pozzi2009-10-071-21/+21
| | | | | | | | Just add an "x" to fix: FS#15707 - [filesystem] New grpck barks on gshadow Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Look into cache before fetching the pkg remotely.chandan2009-09-011-1/+7
| | | | | | | | The script download-rep.sh in config/install-iso should first check if a package is present in local pacman cache before downloading it with wget. [Aaron: Added missing 'then' on added if statement] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Create directory in overlay when building ISO.Christopher Brannon2009-08-251-0/+3
| | | | | | | | | | Git doesn't track empty directories, so there is no configs/install-iso/overlay/pacman.d/ directory when one clones the archiso project. This causes "make <IMAGENAME>" to fail when wget tries to fetch the mirrorlist. The fix is to make the directory just before calling wget. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Packages list changes and added pcmcia hookGerhard Brauer2009-07-274-4/+6
| | | | | | | | | | | * Removed unused packages from i686 list (intel binary blob modules) * Added b43-fwcutter to both * Added iwlwifi-5150-ucode to both * Added pcmcia hook zu mkinitcpio files Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename ftp naming to netinstallGerhard Brauer2009-07-271-11/+11
| | | | | | | | Modified all references from old ftp-iso/-img to netinstall. This will fix FeatureRequest FS#14587 Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use a label when generating the image and pass it to the commandlineGerhard Brauer2009-07-273-6/+6
| | | | | | | | | | | This will generate a label ARCHISO_$randomstring using the pwgen utility and add this label to the kernel command line. A new label will be generated for each image, so it can be uniquely identified. Patch from brain0 <thomas@archlinux.org> Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove localtime from overlay rc.confGerhard Brauer2009-07-271-1/+1
| | | | | | | | | | | | | | | | We preset HARDWARECLOCK with localtime if the user doesn't set this via cmdline. But this preset misaligned the BIOS clock if on UTC and the user select this correctly during aif->date/time-setting. This is in relation to FS#15263 Again: There is no need in LiveCD environment to modify BIOS clock during shutdown. Having this set per default to localtime rc.shutdown sources rc.conf and so localtime is badly used. And worked against the meaning of above flyspray report. (Thanks fs4000, for point me on that) Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Let the mirrorlist in overlay generate dynamicallyGerhard Brauer2009-07-272-114/+2
| | | | | | | | Removed mirrorlist file from overlay and modified Makefile to fetch the file dynamically on iso creation (Thanks, Dan!) Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Modified packages.list and handlingGerhard Brauer2009-07-273-3/+45
| | | | | | | | | | * Added ntp to packages list (Both ARCHes) * Modified Makefile to parse the CARCH related packages.$ARCH We need different lists cause not all packages exist for both arches. And it's bad to edit in the packages.list each build. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Modified setup for aifGerhard Brauer2009-07-272-1/+3
| | | | | | | | | Added a script to overlay which call aif's interactiv procedure when /arch/setup is started. Also removed old arch-installer from packages.list Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Revert "Fixed mirrorlist in ISO overlay"Gerhard Brauer2009-07-271-182/+72
| | | | | | | This reverts commit 645484230e83905348b8c1d1c273bcd9b52cd39d. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fixed mirrorlist in ISO overlayGerhard Brauer2009-06-291-72/+182
| | | | | | | | | | We had a few typos in overlay/etc/pacman.d/mirrorlist. Also upated to the last mirrorlist data file. This will fix FS#13970. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Update packages.listAaron Griffin2009-06-291-3/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Typo: aufs2-utils -> aufs2-utilAaron Griffin2009-06-091-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* install-iso: replace utils, unionfs -> aufs2Aaron Griffin2009-06-081-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Replace 'km' with a call to AIF's partial keymapAaron Griffin2009-03-101-48/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add usbinput hook for usb keyboardsAaron Griffin2009-03-032-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change everything to say 2009.02Aaron Griffin2009-02-162-11/+11
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Accidentally removed the intel-XXX packagesAaron Griffin2009-02-161-0/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add joe as an alternative editorAaron Griffin2009-02-161-2/+1
| | | | | | Some people like joe. Weirdos! :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Instructions: Fix install guide URLAaron Griffin2009-02-161-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add a space between 'ISO' and the VC#Aaron Griffin2009-02-091-1/+1
| | | | | | Fixes FS#13038 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add a default usbdelay value of 5 secondsAaron Griffin2009-02-042-4/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix the grub 'tryboot' fileAaron Griffin2009-02-041-6/+3
| | | | | | Remove "fallback" which is not a valid command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* buildall.sh script modificationsAaron Griffin2009-01-301-8/+6
| | | | | | | | * Remove ARCH setting, done in Makefile now * Only build ftp isolinux iso * Remove upload section Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add ddrescue to the ISOAaron Griffin2009-01-301-0/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use `uname -m` in Makefile for auto-ARCH settingAaron Griffin2009-01-301-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Adding 'fallback' to the Makefile was stupidAaron Griffin2009-01-302-23/+23
| | | | | | Add a script to build all ISOs instead. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix typos, formatting, and vague language where possible.Loui Chang2009-01-266-21/+23
| | | | | | Signed-off-by: Loui Chang <louipc.ist@gmail.com> [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix instructions typosSteffen Bönigk2009-01-241-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Grub menu and help changesAaron Griffin2009-01-248-9/+90
| | | | | | | Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use the new archiso-early hookAaron Griffin2009-01-242-2/+2
| | | | | | | This is used currently for usbdelay related settings, but could be used for other things in the future Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change mirrorlist architecture on makeAaron Griffin2009-01-242-67/+68
| | | | | | | | | | The x86_64 images were installing i686 systems. This was due to the fact that the mirrorlist was in the overlay. A new devtools release (with the -n arg) will fix this when running mkarchroot. To be removed later Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add fallback rule to the MakefileAaron Griffin2009-01-241-2/+22
| | | | | | | This is crappy and hacky but enables us to build ALL images faster, allowing for faster iteration Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add download/install instructions to gitAaron Griffin2009-01-241-0/+45
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove 'sata' from legacy IDE initcpio imageAaron Griffin2009-01-241-1/+1
| | | | | | | | Fixes an issue with SiS hardware and the pata_sis module See FS#12936 Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add dmraid to the package listAaron Griffin2009-01-231-0/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add a release number to the version numberAaron Griffin2009-01-231-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Ensure download-repo syncs pacman DBs firstAaron Griffin2009-01-201-0/+3
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove madwifi in favor of in-kernel modulesAaron Griffin2009-01-201-2/+0
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archisoAaron Griffin2009-01-196-6/+56
|\
| * Fix core package format to include repoAaron Griffin2009-01-201-1/+2
| | | | | | | | | | | | | | | | If testing is enabled, -Sp will give us testing URLs. Use the $repo/$pkgname format for packages so we get the right files Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Add aif to the packages.listAaron Griffin2009-01-191-0/+1
| | | | | | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Fix some typos in isolinux filesAaron Griffin2009-01-193-3/+3
| | | | | | | | | | | | | | flavour -> flavor (USA!) Arch Linux -> ArchLinux Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Make sure download-repo.sh also gets the db fileAaron Griffin2009-01-191-0/+3
| | | | | | | | | | | | Whoopsie Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
| * Use pacman to download core packagesAaron Griffin2009-01-172-3/+48
| | | | | | | | | | | | | | This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* | Add tryboot.lst grub scanning featureAaron Griffin2009-01-191-0/+20
|/ | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add pacman files to overlayGerhard Brauer2009-01-163-2/+190
| | | | | | | | | Clean pacman.d/mirrorlist and pacman.conf. Otherwise the files from the ISO builder's machine are used (which maybe not clean sometimes). Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> [Aaron: Removed packages.list changes] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Updated isolinux config and message filesGerhard Brauer2009-01-125-9/+3
| | | | | | | | | Msg files updated for 2009.01. Also added the missing binary memtest. Isolinux need a own memtest, it could not start the memtest.img which is used by grub. We should investigate on this for further iso's Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>