Page MenuHomeFreeBSD

D14226.id38966.diff
No OneTemporary

D14226.id38966.diff

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

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)

Event Timeline