diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-16 23:54:51 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-17 00:48:26 -0300 |
commit | ed97ef03a4108018c95f51a202159139e1bda956 (patch) | |
tree | 5b2337263145bdf38c0890495756ec64b5d396ee /configs/default/menu.lst | |
parent | e87ffdfa3cd8b111d9a839e12cba08f98ddbfc35 (diff) | |
download | archiso32-ed97ef03a4108018c95f51a202159139e1bda956.tar.xz |
Rename ramdisk_size parameter to tmpfs_size to avoid conflict
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>
Diffstat (limited to 'configs/default/menu.lst')
-rw-r--r-- | configs/default/menu.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default/menu.lst b/configs/default/menu.lst index 0852720..8cad364 100644 --- a/configs/default/menu.lst +++ b/configs/default/menu.lst @@ -4,7 +4,7 @@ color light-blue/blue black/light-grey splashimage=/boot/splash.xpm.gz title Boot Arch Linux Live CD -kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% +kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 tmpfs_size=75% initrd /boot/archiso.img title Shutdown the Computer |