From ec6285a801b2ecf3462cdd4da4b88bb9c7badedd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 12 Sep 2011 19:20:36 +0200 Subject: [PATCH] Revert "busybox: unmount various filesystems on reboot/poweroff" This reverts commit f773b666d9163013f219354db017067f52773b51. --- packages/sysutils/busybox/init.d/01_mount-filesystem | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sysutils/busybox/init.d/01_mount-filesystem b/packages/sysutils/busybox/init.d/01_mount-filesystem index fa1c4e8c09..09d84f7fdc 100644 --- a/packages/sysutils/busybox/init.d/01_mount-filesystem +++ b/packages/sysutils/busybox/init.d/01_mount-filesystem @@ -29,7 +29,5 @@ case $RUNLEVEL in mount -n -t ramfs none /var ;; poweroff|reboot) - progress "unmounting filesystems" - umount /var ;; esac