mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: unmount various filesystems on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c83a603e4f
commit
f773b666d9
@ -29,5 +29,7 @@ case $RUNLEVEL in
|
||||
mount -n -t ramfs none /var
|
||||
;;
|
||||
poweroff|reboot)
|
||||
progress "unmounting filesystems"
|
||||
umount /var
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user