aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso/boot-files/grub/menu.lst
Commit message (Collapse)AuthorAgeFilesLines
* Delete old configs filesGerardo Exequiel Pozzi2010-02-081-36/+0
| | | | | | Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Rename ramdisk_size parameter to tmpfs_size to avoid conflictGerardo Exequiel Pozzi2009-11-171-2/+2
| | | | | | | | | | | | | | 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>
* Use a label when generating the image and pass it to the commandlineGerhard Brauer2009-07-271-2/+2
| | | | | | | | | | | 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>
* Add a default usbdelay value of 5 secondsAaron Griffin2009-02-041-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix typos, formatting, and vague language where possible.Loui Chang2009-01-261-2/+2
| | | | | | Signed-off-by: Loui Chang <louipc.ist@gmail.com> [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Grub menu and help changesAaron Griffin2009-01-241-1/+6
| | | | | | | Added some help files for USB booting and Legacy IDE. Also added a releasenotes submenu 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>
* isolinux doesn't like hypens in APPEND linesAaron Griffin2008-12-181-2/+2
| | | | | | | Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change mkinitcpio image namesAaron Griffin2008-10-251-1/+5
| | | | | | Allow IDE/PATA selection on boot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rework installer config to support new changesAaron Griffin2008-10-201-4/+0
| | | | | | | | 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>
* Default ISO config cleanupAaron Griffin2008-10-191-0/+31
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>