busybox: unmount various filesystems on reboot/poweroff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-08 01:58:53 +02:00
parent c83a603e4f
commit f773b666d9

View File

@ -29,5 +29,7 @@ case $RUNLEVEL in
mount -n -t ramfs none /var
;;
poweroff|reboot)
progress "unmounting filesystems"
umount /var
;;
esac