Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146164398
D24414.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D24414.diff
View Options
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
# If we booted a special kernel remove the record
# so we will boot the default kernel next time.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 9:14 AM (8 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29107204
Default Alt Text
D24414.diff (468 B)
Attached To
Mode
D24414: Switch to umount -A in rc.d/root and document it
Attached
Detach File
Event Timeline
Log In to Comment