Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102547094
D34166.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D34166.diff
View Options
diff --git a/libexec/rc/rc b/libexec/rc/rc
--- a/libexec/rc/rc
+++ b/libexec/rc/rc
@@ -137,7 +137,7 @@
# Note: this assumes firstboot_sentinel is on / when we have
# a read-only /, or that it is on media that's writable.
if [ -e ${firstboot_sentinel} ]; then
- checkyesno root_rw_mount && mount -uw /
+ checkyesno root_rw_mount || mount -uw /
chflags -R 0 ${firstboot_sentinel}
rm -rf ${firstboot_sentinel}
if [ -e ${firstboot_sentinel}-reboot ]; then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 14, 9:48 PM (8 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14634125
Default Alt Text
D34166.diff (462 B)
Attached To
Mode
D34166: rc: Allow the removal of firstboot_sentinel on read-only file systems
Attached
Detach File
Event Timeline
Log In to Comment