summaryrefslogtreecommitdiff
path: root/configs/install-iso/boot-files
AgeCommit message (Collapse)Author
2009-11-17Rename ramdisk_size parameter to tmpfs_size to avoid conflictGerardo Exequiel Pozzi
Rename ramdisk_size parameter to tmpfs_size to avoid conflict with the kernel parameter that is for old ramdisk based blockdevs (/dev/ramN) and confusion to users. The kernel parameter ramdisk_size=N is in "N * k size", while tmpfs size=N is in "N * [ k | m | g ] byte size" or "in N% of RAM", like is used by default on archiso. This parameter is used only for tmpfs in size option. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-07-27Use a label when generating the image and pass it to the commandlineGerhard Brauer
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>
2009-02-04Add a default usbdelay value of 5 secondsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-04Fix the grub 'tryboot' fileAaron Griffin
Remove "fallback" which is not a valid command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-26Fix typos, formatting, and vague language where possible.Loui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com> [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Grub menu and help changesAaron Griffin
Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archisoAaron Griffin
2009-01-19Add tryboot.lst grub scanning featureAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-19Fix some typos in isolinux filesAaron Griffin
flavour -> flavor (USA!) Arch Linux -> ArchLinux Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-12Updated isolinux config and message filesGerhard Brauer
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>
2009-01-12Isolinux splash images with new logoGerhard Brauer
Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-09Old splash.xpm.gz has the old logoGerhard Brauer
Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23Legacy and non-legacy boot methods were swappedGerhard Brauer
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>
2008-12-18Complete isolinux changes and splash screensGerhard Brauer
Fancy isolinux stuff, yay Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18isolinux doesn't like hypens in APPEND linesAaron Griffin
Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18Add isolinux boot message fileAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18Add basic isolinux config filesAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-25Change mkinitcpio image namesAaron Griffin
Allow IDE/PATA selection on boot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-20Rework installer config to support new changesAaron Griffin
Lots of changes, mainly for argument processing and things of that nature in mkarchiso. Split out some common functionality in the Maekfile as well. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-19Default ISO config cleanupAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>