summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
diff options
context:
space:
mode:
authorjoe2012-08-22 15:03:19 +0200
committerjoe2012-08-22 15:03:19 +0200
commitd942e3a5eaaf18b7ad682845320925d5c5e4de77 (patch)
tree71cfa9e89b339aa65ce3d3ef95909c203d97b9a6 /src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
parentfix typo (diff)
downloadcore-d942e3a5eaaf18b7ad682845320925d5c5e4de77.tar.gz
core-d942e3a5eaaf18b7ad682845320925d5c5e4de77.tar.xz
core-d942e3a5eaaf18b7ad682845320925d5c5e4de77.zip
plymouth plugin updated to set the theme to the target system
Diffstat (limited to 'src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh')
-rw-r--r--src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
index 54a86774..ad90e30f 100644
--- a/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
+++ b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh
@@ -1,5 +1,6 @@
# only start with no debug level
if [ $DEBUGLEVEL -eq 0 ]; then
- /sbin/plymouthd --mode=boot --attach-to-session
+ /sbin/plymouthd --attach-to-session
+ #/sbin/plymouthd --mode=shutdown --attach-to-session
/bin/plymouth show-splash
fi