Signed-off-by: David Oberhollenzer <goliath@infraroot.at>master
parent
628adf2e03
commit
418ca4bc72
@ -0,0 +1,9 @@
|
||||
description unmount overlay filesystem
|
||||
type wait
|
||||
target %0
|
||||
after sigkill
|
||||
before sync
|
||||
exec {
|
||||
umount -nli /var/lib /usr /etc
|
||||
umount -nli /cfg/overlay
|
||||
}
|
Loading…
Reference in new issue