aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-274-7/+12
| | | | | | | | | | | 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>
* Use the archisolabel= command line option to mount the archiso device.Gerhard Brauer2009-07-272-51/+24
| | | | | | | | | | If the archisolabel= option is specified on the kernel commandline, a device /dev/archiso will be created and will be used to boot the live system. Patch from brain0 <thomas@archlinux.org> Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Enabled -C option in mkarchisoGerhard Brauer2009-07-271-1/+1
| | | | | | | This flag allows to specify a own pacman.conf using during mkarchiso. 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>
* Fix mkisofs quiet parameterGerhard Brauer2009-06-291-1/+1
| | | | | | Option syntax for quiet mode in mkisofs has changed Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Update packages.listAaron Griffin2009-06-291-3/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix a typo in the archiso hookSven-Hendrik Haase2009-06-121-1/+1
| | | | | | remount,append=: should be remount,append: Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Typo: aufs2-utils -> aufs2-utilAaron Griffin2009-06-092-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Updated deps, Makefile, TODOSven-Hendrik Haase2009-06-083-2/+7
| | | | | | Done to better reflect and indicate current progress. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Replace aufs 'add' with 'append'Aaron Griffin2009-06-081-1/+1
| | | | | | Change via AUR package 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>
* Missed aufs module in mkinitcpio install scriptAaron Griffin2009-04-171-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Replace unionfs with aufsAaron Griffin2009-04-141-5/+5
| | | | 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>
* Fix a typo in the archiso-early hookAaron Griffin2009-01-301-3/+3
| | | | | | Wrong slash! No idea how that happened :) 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>
* Increment usbdelay by 1 before sleepingAaron Griffin2009-01-291-2/+3
| | | | | | | This should give us *just a bit* more delay before actually trying to do things with the usb devices. Annoying, but will probably be effective Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix typos, formatting, and vague language where possible.Loui Chang2009-01-2612-37/+39
| | | | | | 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>
* Advanced USB delay handlingAaron Griffin2009-01-244-5/+22
| | | | | | | | | | USB boot delay is now handled with the usbdelay kernel param (default=0) We use the built in delay of usb-storage to control this. by setting the module's delay param. If your USB device doesn't work on first boot, try setting usbdelay=10 or so 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>
* Single quotes around find patterns during cleanupAaron Griffin2009-01-241-1/+1
| | | | | | Whoops, *.img expands if we're building USB images. 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 a manual sleep and rootdelayAaron Griffin2009-01-241-0/+4
| | | | | | | | | | | It seems udev trigger/settle doesn't do what we expect, so we'll add functionality for the rootdelay param back in here. This should help fix FS#12896 Original-idea: Gerhard Brauer <gerbra@archlinux.de> 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>
* Makefile fixes for 'install' targetØyvind Heggstad2009-01-221-4/+4
| | | | 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>