diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-18 14:03:47 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-18 14:03:47 +0000 |
commit | 168c2a05de1a98d519ceff8e1b074ec294015f8a (patch) | |
tree | 137b8c2d21c3405470fc614f4347838ab766f799 /tmp | |
parent | 74b3e378951a0bf97d7d88d0f4ac375797822064 (diff) | |
download | bootsplash-168c2a05de1a98d519ceff8e1b074ec294015f8a.tar bootsplash-168c2a05de1a98d519ceff8e1b074ec294015f8a.tar.gz bootsplash-168c2a05de1a98d519ceff8e1b074ec294015f8a.tar.bz2 bootsplash-168c2a05de1a98d519ceff8e1b074ec294015f8a.tar.xz bootsplash-168c2a05de1a98d519ceff8e1b074ec294015f8a.zip |
Remove the source of BOOT_LOGO.
Diffstat (limited to 'tmp')
-rw-r--r-- | tmp/mkinitrd | 19 |
1 files changed, 0 insertions, 19 deletions
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 |