Fix info about the framebuffers
authorEric Edgar <rocket@gentoo.org>
Mon, 18 Jul 2005 21:30:57 +0000 (21:30 +0000)
committerEric Edgar <rocket@gentoo.org>
Mon, 18 Jul 2005 21:30:57 +0000 (21:30 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@273 67a159dc-881f-0410-a524-ba9dfbe2cb84

genkernel

index 7a5ca2a7ce9d21ef07de143cf43a5253991d2734..4b008abc0e855f3b3e8d171dbe771c44e8e9be2c 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -344,7 +344,6 @@ then
        elif [ "${KERN_24}" != '1' -a  "${CMD_BOOTSPLASH}" != '1' ]
        then
                print_info 1 '    real_root=/dev/$ROOT'
-               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'
                print_info 1 '    one specified in /etc/fstab'
@@ -356,7 +355,6 @@ then
        else    
                print_info 1 '    root=/dev/ram0 real_root=/dev/$ROOT init=/linuxrc'
                [ "${INITRD_SIZE}" -ge 4096 ] && print_info 1 "    ramdisk_size=${INITRD_SIZE}"
-               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'
                print_info 1 '    one specified in /etc/fstab'
@@ -373,11 +371,13 @@ then
        echo
        print_info 1 'WARNING... WARNING... WARNING...'
        print_info 1 'Additional kernel cmdline arguments that *may* be required to boot properly...'
-       [ "${LVM2}" -eq '1' ] && print_info 1 'add "dolvm2" for lvm2 support at boot time'
-       [ "${EVMS2}" -eq '1' ] && print_info 1 'add "doevms" for evms support at boot time'
-       [ "${DMRAID}" -eq '1' ] && print_info 1 'add "dodmraid" for dmraid support at boot time'
+       [ "${GENSPLASH}" -eq '1' ] && print_info 1 "add \"vga=791 splash=silent,theme:${GENSPLASH_THEME} CONSOLE=/dev/tty1 quiet\" if you use a gensplash framebuffer ]"
+       [ "${BOOTSPLASH}" -eq '1' ] && print_info 1 'add "vga=791 splash=silent" if you use a bootsplash framebuffer'
+       [ "${LVM2}" -eq '1' ] && print_info 1 'add "dolvm2" for lvm2 support'
+       [ "${EVMS2}" -eq '1' ] && print_info 1 'add "doevms" for evms support'
+       [ "${DMRAID}" -eq '1' ] && print_info 1 'add "dodmraid" for dmraid support'
        [ "${DMRAID}" -eq '1' ] && print_info 1 '       or "dodmraid=<additional options>"'
-       [ "${UNIONFS}" -eq '1' ] && print_info 1 'add "unionfs" for unionfs support at boot time'
+       [ "${UNIONFS}" -eq '1' ] && print_info 1 'add "unionfs" for unionfs support'
        [ "${UNIONFS}" -eq '1' ] && print_info 1 '      or "unionfs=<block_device>"'
 fi