summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 18:04:59 +0100
committerSimon Rettberg2013-11-16 18:04:59 +0100
commitd003e337896a51e52ae25f4ad40e3d7ec8f2397a (patch)
tree84ac1f5bca990c3687b453f759440ca8a373d0f2
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-d003e337896a51e52ae25f4ad40e3d7ec8f2397a.tar.gz
tm-scripts-d003e337896a51e52ae25f4ad40e3d7ec8f2397a.tar.xz
tm-scripts-d003e337896a51e52ae25f4ad40e3d7ec8f2397a.zip
weg
-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