Changes between Version 9 and Version 10 of Archive/FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
11/01/09 20:06:11 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archive/FreeBSDOnEmbeddedDevice

    v9 v10  
    133133node# echo "update_motd=NO" >> /etc/rc.conf
    134134node# echo "tmpmfs=YES" >> /etc/rc.conf
    135 Note: You could make /var completely read-only, but I hate the details like package management getting lost. Flash cards these days are cheap anyways
     135Tip: You could make /var completely read-only, but I hate the details like package management getting lost. Flash cards these days are cheap anyways
    136136
    137 Make read-only:
     137Optional: Make read-only:
    138138node# echo "varmfs=YES" >> /etc/rc.conf
    139139node# sed '/1a/ s/rw/ro/' /etc/fstab > /etc/fstab.new; mv /etc/fstab.new /etc/fstab