index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Remove old memtest* files and use memtest86+ from installed packages | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2009-11-17 | Rename ramdisk_size parameter to tmpfs_size to avoid conflict | Gerardo 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-27 | Use a label when generating the image and pass it to the commandline | Gerhard 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-04 | Add a default usbdelay value of 5 seconds | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-02-04 | Fix the grub 'tryboot' file | Aaron Griffin | |
Remove "fallback" which is not a valid command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2009-01-26 | Fix 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-24 | Grub menu and help changes | Aaron 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-19 | Add tryboot.lst grub scanning feature | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-12-23 | Legacy and non-legacy boot methods were swapped | Gerhard 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-18 | isolinux doesn't like hypens in APPEND lines | Aaron Griffin | |
Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-10-25 | Change mkinitcpio image names | Aaron Griffin | |
Allow IDE/PATA selection on boot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2008-10-20 | Rework installer config to support new changes | Aaron 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-19 | Default ISO config cleanup | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> |