ramdisk=8092 >> ramdisk_size=8092; bug #64864.
authorTim Yamin <plasmaroo@gentoo.org>
Sat, 13 Nov 2004 19:31:58 +0000 (19:31 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Sat, 13 Nov 2004 19:31:58 +0000 (19:31 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@147 67a159dc-881f-0410-a524-ba9dfbe2cb84

genkernel

index db24befe4c892b804636c5a30e26fbde87ffeb67..29cda30bd2d24c48ee09df782c2040d63ed363f6 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -295,7 +295,7 @@ then
                print_info 1 '    one specified in /etc/fstab'
        else    
                print_info 1 '    root=/dev/ram0 real_root=/dev/$ROOT init=/linuxrc'
-               [ "${INITRD_SIZE}" -ge 4096 ] && print_info 1 "    ramdisk=8192"
+               [ "${INITRD_SIZE}" -ge 4096 ] && print_info 1 "    ramdisk_size=8192"
                print_info 1 '    [ And "vga=0x317 splash=verbose" if you use a framebuffer ]'
                print_info 1 ''
                print_info 1 '    Where $ROOT is the device node for your root partition as the'