From 168c2a05de1a98d519ceff8e1b074ec294015f8a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 18 Feb 2002 14:03:47 +0000 Subject: Remove the source of BOOT_LOGO. --- tmp/mkinitrd | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'tmp') diff --git a/tmp/mkinitrd b/tmp/mkinitrd index 4ff43d8..1ad487f 100644 --- a/tmp/mkinitrd +++ b/tmp/mkinitrd @@ -408,18 +408,6 @@ for n in $basicmodules; do done [[ -d $splash_dir/scripts ]] || splash= -if [[ -n $splash && -n $theme ]];then - [[ ! -d $splash_dir/themes/$theme ]] && theme=Mandrake - if [[ -f $splash_dir/themes/$theme/global.config ]];then - if [[ $LOGO_CONSOLE == theme ]];then - source $splash_dir/themes/$theme/global.config - else #leave from the global config - tmpval=$LOGO_CONSOLE - source $splash_dir/themes/$theme/global.config - LOGO_CONSOLE=$tmpval - fi - fi -fi if [ "$rootfs" != "ext3" -a -z "$rootfsopts" -a -n "$ifneeded" -a -z "$MODULES" -a -z "$splash" ]; then if [ -n "$verbose" ]; then @@ -556,13 +544,6 @@ echo "umount /proc" >> $RCFILE else # Linux-2.4 -if [[ -n "$splash" ]];then - if [[ $LOGO_CONSOLE != yes ]] && [[ $LOGO_CONSOLE != YES ]] && [[ $LOGO_CONSOLE != Yes ]]; then - echo "echo disabling logo" >> $RCFILE - echo "echo 0 > /proc/splash" >> $RCFILE - fi -fi - echo "echo 0x0100 > /proc/sys/kernel/real-root-dev" >> $RCFILE echo "umount /proc" >> $RCFILE -- cgit v1.2.1