diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-06-05 12:42:08 -0300 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-06-06 18:15:56 +0200 |
commit | 6f13112608762a4b6e26642c3feec441c6193b99 (patch) | |
tree | ff0b74713d3c695ed577601ddde3403207ab4a51 | |
parent | fe0f98b1fd09d27e0f37add0088d1ade3f2bb695 (diff) |
Add nodevtmpfs at rc.shutdown when umount
To avoid message about busy filesystem.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-x | 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 |