From 6f13112608762a4b6e26642c3feec441c6193b99 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 5 Jun 2010 12:42:08 -0300 Subject: Add nodevtmpfs at rc.shutdown when umount To avoid message about busy filesystem. Signed-off-by: Gerardo Exequiel Pozzi --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.shutdown b/rc.shutdown index 187e29e..4eb29cc 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -99,7 +99,7 @@ stat_busy "Deactivating Swap" stat_done stat_busy "Unmounting Filesystems" -/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc -O no_netdev +/bin/umount -a -r -t noramfs,notmpfs,nosysfs,noproc,nodevtmpfs -O no_netdev stat_done # Kill non-root encrypted partition mappings -- cgit v1.2.3