summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init14
1 files changed, 7 insertions, 7 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index fc6e3391..005de611 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -80,12 +80,12 @@ done
[ $DEBUG -ge 3 ] && drop_shell "Requested Debug Shell: after network/before configuring."
# start plymouth if activated
-if [ $DEBUG -lt 1 ]; then
- echo "Starting plymouth..."
- # link the theming directory from the config to the current root
- ln -sf "${FUTURE_ROOT}/usr/share" /usr/share
- plymouthd --kernel-command-line="splash" && plymouth show-splash
-fi
+#if [ $DEBUG -lt 1 ]; then
+# echo "Starting plymouth..."
+# # link the theming directory from the config to the current root
+# ln -sf "${FUTURE_ROOT}/usr/share" /usr/share
+# plymouthd --kernel-command-line="splash" && plymouth show-splash
+#fi
[ $DEBUG -ge 2 ] && drop_shell "Requested Debug Shell: after configuration/before stage32."
@@ -105,7 +105,7 @@ fi
[ $DEBUG -ge 1 ] && drop_shell "Requested Debug Shell: before switch_root."
# tell plymouth about the immediate rootfs switch
-[ "x$SPLASH" == "x1" -a $DEBUG -lt 1 ] && plymouth update-root-fs --new-root-dir=/mnt
+#[ "x$SPLASH" == "x1" -a $DEBUG -lt 1 ] && plymouth update-root-fs --new-root-dir=/mnt
# unmount filesystems
for mnt in proc sys run ; do