Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150546078
D14226.id38966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D14226.id38966.diff
View Options
Index: head/etc/rc
===================================================================
--- head/etc/rc
+++ head/etc/rc
@@ -141,10 +141,10 @@
if [ -e ${firstboot_sentinel}-reboot ]; then
chflags -R 0 ${firstboot_sentinel}-reboot
rm -rf ${firstboot_sentinel}-reboot
- checkyesno root_rw_mount && mount -ur /
+ checkyesno root_rw_mount || mount -ur /
kill -INT 1
fi
- checkyesno root_rw_mount && mount -ur /
+ checkyesno root_rw_mount || mount -ur /
fi
echo ''
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 5:58 AM (6 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30746352
Default Alt Text
D14226.id38966.diff (493 B)
Attached To
Mode
D14226: /etc/rc: Fix firstboot fs mount logic
Attached
Detach File
Event Timeline
Log In to Comment