summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/plymouth/init-hooks/95-handing-over/plymouth.sh
blob: d7f27411fbe02409e9e70cbea9d9e78ebeecc8e4 (plain) (blame)
1
2
3
4
# only start with no debug level
if [ $DEBUGLEVEL -eq 0 ]; then
  /bin/plymouth update-root-fs --new-root-dir=/mnt
fi