mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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
|
mount -n -t ramfs none /var
|
||||||
;;
|
;;
|
||||||
poweroff|reboot)
|
poweroff|reboot)
|
||||||
|
progress "unmounting filesystems"
|
||||||
|
umount /var
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user