From 9c81567e47b0419da59b0d22fddb9d0754bfef76 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Mon, 18 Jul 2005 21:30:57 +0000 Subject: [PATCH] Fix info about the framebuffers git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@273 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- genkernel | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/genkernel b/genkernel index 7a5ca2a..4b008ab 100755 --- 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="' - [ "${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="' fi -- 2.26.2