aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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