aboutsummaryrefslogtreecommitdiff
path: root/configs/default
Commit message (Collapse)AuthorAgeFilesLines
* Rename ramdisk_size parameter to tmpfs_size to avoid conflictGerardo Exequiel Pozzi2009-11-171-1/+1
| | | | | | | | | | | | | | 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>
* Fix typos, formatting, and vague language where possible.Loui Chang2009-01-261-1/+1
| | | | | | Signed-off-by: Loui Chang <louipc.ist@gmail.com> [Fixed menu.lst: LiveCD -> Live CD -aaron] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Revamp the simple sample ISO configAaron Griffin2008-12-2138-2134/+34
| | | | | | | Should be easier and cleaner. Makes a dumb ISO that does nothing but is intended as an example to the user. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename all uses of 'archlive' to 'archiso'Aaron Griffin2008-10-193-3/+44
| | | | | | | Additionally change grub prompts to use "ArchLinux LiveCD" as the boot item name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename "default-config" to "overlay"Aaron Griffin2008-09-0633-0/+0
| | | | | | I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Split mkarchiso and configs into logical partsAaron Griffin2008-09-0636-0/+2110
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>