aboutsummaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@mandriva.com>2002-02-18 14:03:47 +0000
committerChmouel Boudjnah <chmou@mandriva.com>2002-02-18 14:03:47 +0000
commit168c2a05de1a98d519ceff8e1b074ec294015f8a (patch)
tree137b8c2d21c3405470fc614f4347838ab766f799 /tmp
parent74b3e378951a0bf97d7d88d0f4ac375797822064 (diff)
downloadbootsplash-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/mkinitrd19
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