diff options
| author | Simon Rettberg | 2013-11-20 14:51:02 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-20 14:51:02 +0100 |
| commit | d7094f3f2b8ca146e513cc89e027d3ac2a0f9768 (patch) | |
| tree | 12b59575e64324ef182d35f54d9355e3d6b7a5af | |
| parent | [rootfs-stage32] Also use prio servers for dnbd3 stage4 (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-d7094f3f2b8ca146e513cc89e027d3ac2a0f9768.tar.gz tm-scripts-d7094f3f2b8ca146e513cc89e027d3ac2a0f9768.tar.xz tm-scripts-d7094f3f2b8ca146e513cc89e027d3ac2a0f9768.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 14 |
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 |
