View | Details | Raw Unified
Collapse All | Expand All

(-) genkernel-3.4.8-orig/genkernel (-1 / +1 lines)
 Lines 388-394    Link Here 
	echo
	echo
	print_info 1 'WARNING... WARNING... WARNING...'
	print_info 1 'WARNING... WARNING... WARNING...'
	print_info 1 'Additional kernel cmdline arguments that *may* be required to boot properly...'
	print_info 1 'Additional kernel cmdline arguments that *may* be required to boot properly...'
	[ "${GENSPLASH}" -eq '1' ] && print_info 1 "add \"vga=791 splash=silent,theme:${GENSPLASH_THEME} CONSOLE=/dev/tty1 quiet\" if you use a gensplash framebuffer ]"
	[ "${GENSPLASH}" -eq '1' ] && print_info 1 "add \"vga=791 splash=silent,theme:${GENSPLASH_THEME} console=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'
	[ "${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'
	[ "${LVM2}" -eq '1' ] && print_info 1 'add "dolvm2" for lvm2 support'
	[ "${EVMS2}" -eq '1' ] && print_info 1 'add "doevms2" for evms support'
	[ "${EVMS2}" -eq '1' ] && print_info 1 'add "doevms2" for evms support'