Removing bootsplash support since it hasn't been in a kernel we've supported for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases.
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initramfs-${KV}""${TEMP}/minkernpackage/initramfs-${ARCH}-${KV}"|| gen_die 'Could not copy the initramfs for the kernel package!';}
["${BUILD_INITRD}" -ne 0]&&{ cp "${TMPDIR}/initramfs-${KV}""${TEMP}/minkernpackage/initramfs-${ARCH}-${KV}"|| gen_die 'Could not copy the initramfs for the kernel package!';}
if [ "${KERN_24}" != '1' -a "${CMD_BOOTSPLASH}" != '1' ]
if [ "${KERN_24}" != '1' ]
then
then
if [ "${BUSYBOX}" -eq '1' ]
if [ "${BUSYBOX}" -eq '1' ]
then
then
@ -345,7 +345,7 @@ then
print_info 1 ''
print_info 1 ''
print_info 1 ' Where $ROOT is the device node for your root partition as the'
print_info 1 ' Where $ROOT is the device node for your root partition as the'
print_info 1 ' one specified in /etc/fstab'
print_info 1 ' one specified in /etc/fstab'
elif [ "${KERN_24}" != '1' -a "${CMD_BOOTSPLASH}" != '1' ]
elif [ "${KERN_24}" != '1' ]
then
then
print_info 1 ' real_root=/dev/$ROOT'
print_info 1 ' real_root=/dev/$ROOT'
print_info 1 ''
print_info 1 ''
@ -376,7 +376,6 @@ then
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=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'