Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590902 | Differences between
and this patch

Collapse All | Expand All

(-)targets/support/bootloader-setup.sh (-1 / +1 lines)
Lines 10-16 Link Here
10
check_bootargs
10
check_bootargs
11
check_filesystem_type
11
check_filesystem_type
12
12
13
default_append_line="root=/dev/ram0 init=/linuxrc ${cmdline_opts} ${custom_kopts} cdroot"
13
default_append_line="root=/dev/ram0 ${cmdline_opts} ${custom_kopts} cdroot"
14
[ -n "${clst_splash_theme}" ] && default_append_line="${default_append_line} splash=silent,theme:${clst_livecd_splash_theme} CONSOLE=/dev/tty1 quiet"
14
[ -n "${clst_splash_theme}" ] && default_append_line="${default_append_line} splash=silent,theme:${clst_livecd_splash_theme} CONSOLE=/dev/tty1 quiet"
15
15
16
case ${clst_hostarch} in
16
case ${clst_hostarch} in

Return to bug 590902