summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-22 10:34:40 +0100
committerSebastian Schmelzer2011-12-22 10:34:40 +0100
commit53d09c41346bbf8c9449991229ecc3fbc0922523 (patch)
tree74742c6d6c9e95399d9cd17182fcb0db9476c395 /src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh
parenttypo (diff)
parentminor... (diff)
downloadcore-53d09c41346bbf8c9449991229ecc3fbc0922523.tar.gz
core-53d09c41346bbf8c9449991229ecc3fbc0922523.tar.xz
core-53d09c41346bbf8c9449991229ecc3fbc0922523.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh')
-rw-r--r--src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh b/src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh
new file mode 100644
index 00000000..d7f27411
--- /dev/null
+++ b/src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh
@@ -0,0 +1,4 @@
+# only start with no debug level
+if [ $DEBUGLEVEL -eq 0 ]; then
+ /bin/plymouth update-root-fs --new-root-dir=/mnt
+fi