summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-12-02 15:07:25 +0100
committerJonathan Bauer2013-12-02 15:07:25 +0100
commit80c02eadeb853113cc03c9fee29190f1246164c6 (patch)
treecf9781b6d4bbe6d72d9952599dad0e1d35f998d7 /remote
parent[vmware] add symlinks to our version of vmware and vmplayer warpper (diff)
downloadtm-scripts-80c02eadeb853113cc03c9fee29190f1246164c6.tar.gz
tm-scripts-80c02eadeb853113cc03c9fee29190f1246164c6.tar.xz
tm-scripts-80c02eadeb853113cc03c9fee29190f1246164c6.zip
[rootfs-stage31] remove plymouth again.[rootfs-stage31] remove plymouth
again...
Diffstat (limited to 'remote')
-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 f8b3ebe0..876fcd16 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" --tty=/dev/tty7 && 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" --tty=/dev/tty7 && 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
-[ $DEBUG -lt 1 ] && plymouth update-root-fs --new-root-dir=/mnt
+#[ $DEBUG -lt 1 ] && plymouth update-root-fs --new-root-dir=/mnt
# unmount filesystems
for mnt in proc sys run ; do