aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>
* Isolinux splash images with new logoGerhard Brauer2009-01-122-0/+0
| | | | | Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Old splash.xpm.gz has the old logoGerhard Brauer2009-01-091-0/+0
| | | | | Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove a stray '_mksquash' echoAaron Griffin2008-12-241-1/+0
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix usb image's size detectionAaron Griffin2008-12-241-1/+1
| | | | | | | Conversion issue when dropping mkusbimg. Use work_dir/iso to get the proper image size Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Make the Makefile $ARCH adjust the isomounts fileAaron Griffin2008-12-242-3/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix the way squashfs mountpoints are handledAaron Griffin2008-12-231-2/+7
| | | | | | | | | | | This is a hacky way to mount squashfs images at directories other than the root. We mount the image to a loop device and then bind it to another directory. This technically supersedes the 'bind' image type, so that should be removed... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Build ftp images before core imagesAaron Griffin2008-12-231-3/+3
| | | | | | | This prevents the core packages sqfs from sneaking onto the ftp images. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Legacy and non-legacy boot methods were swappedGerhard Brauer2008-12-231-3/+3
| | | | | | | | PATA is the new-hotness, IDE is the old (legacy) mode. Somehow this has been switched around for some time... Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* CORE/FTPname mismatch in iso makefile.Gerhard Brauer2008-12-231-2/+2
| | | | | | Fix output names for core-iso and core-usb targets Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove the 'tz' script in favor of the installerAaron Griffin2008-12-232-218/+0
| | | | | | | Latest installer version contains a timezone menu that supersedes the old tz script. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>