[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.302 and 1.303

version 1.302, 2007/03/14 20:47:17 version 1.303, 2007/04/14 11:54:00
Line 198 
Line 198 
 trap "echo 'Boot interrupted.'; exit 1" 3  trap "echo 'Boot interrupted.'; exit 1" 3
   
 umount -a >/dev/null 2>&1  umount -a >/dev/null 2>&1
 mount -a -t nonfs  mount -a -t nonfs,vnd
 mount -uw /             # root on nfs requires this, others aren't hurt  mount -uw /             # root on nfs requires this, others aren't hurt
 rm -f /fastboot         # XXX (root now writeable)  rm -f /fastboot         # XXX (root now writeable)
   

Legend:
Removed from v.1.302  
changed lines
  Added in v.1.303