Project

General

Profile

« Previous | Next » 

Revision c0b8f2ab

Added by Scott Ullrich over 20 years ago

Mount read-write on bootup and read-only at end.

View differences:

etc/rc
27 27
/bin/mkdir -p /usr/savecore 2>/dev/null
28 28
/sbin/savecore /usr/savecore $SWAPDEVICE
29 29

  
30
/etc/rc.conf_mount_ro
30
/etc/rc.conf_mount_rw
31 31

  
32 32
rm -rf /var/run/*
33 33
rm -rf /tmp/*
......
92 92
echo Final firewall setup in progress...
93 93
/etc/rc.filter_configure
94 94

  
95
/etc/rc.conf_mount_rw
95
/etc/rc.conf_mount_ro
96 96

  
97 97
exit 0
98 98

  

Also available in: Unified diff