Page MenuHomeFreeBSD

D34165.id102629.diff
No OneTemporary

D34165.id102629.diff

diff --git a/libexec/rc/rc b/libexec/rc/rc
--- a/libexec/rc/rc
+++ b/libexec/rc/rc
@@ -137,16 +137,16 @@
# 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
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
Tue, Sep 24, 12:13 PM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12444348
Default Alt Text
D34165.id102629.diff (765 B)

Event Timeline