Page MenuHomeFreeBSD

D24414.id70545.diff
No OneTemporary

D24414.id70545.diff

Index: libexec/rc/rc.d/root
===================================================================
--- libexec/rc/rc.d/root
+++ libexec/rc/rc.d/root
@@ -30,7 +30,9 @@
;;
esac
- umount -a >/dev/null 2>&1
+ # Evey filesystem listed in fstab except root is umounted here so that
+ # subsequent mounting services could operate on a well-defined state.
+ umount -A >/dev/null 2>&1
# If we booted a special kernel remove the record
# so we will boot the default kernel next time.

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 7, 1:02 PM (4 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38437571
Default Alt Text
D24414.id70545.diff (484 B)

Event Timeline