From 0761a59020e9c099e0a17335a601c153203d4d81 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 5 Jun 2010 12:42:08 -0300 Subject: [PATCH] Add nodevtmpfs at rc.shutdown when umount To avoid message about busy filesystem. Signed-off-by: Gerardo Exequiel Pozzi --- rc.shutdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.1