ed97ef03a4
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>
19 lines
388 B
INI
19 lines
388 B
INI
prompt 1
|
|
timeout 0
|
|
display boot.msg
|
|
F1 boot.msg
|
|
F2 options.msg
|
|
F3 help.msg
|
|
DEFAULT arch
|
|
|
|
LABEL arch
|
|
KERNEL /boot/vmlinuz26
|
|
APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso_pata.img
|
|
|
|
LABEL archide
|
|
KERNEL /boot/vmlinuz26
|
|
APPEND lang=en locale=en_US.UTF-8 archisolabel=XXX tmpfs_size=75% initrd=/boot/archiso_ide.img
|
|
|
|
LABEL memtest
|
|
KERNEL /boot/memtest
|