Revert "busybox: unmount various filesystems on reboot/poweroff"

This reverts commit f773b666d9163013f219354db017067f52773b51.
This commit is contained in:
Stephan Raue 2011-09-12 19:20:36 +02:00
parent eb94fdc8b8
commit ec6285a801

View File

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