Changes between Version 22 and Version 23 of Archive/FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
05/05/10 11:13:02 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archive/FreeBSDOnEmbeddedDevice

    v22 v23  
    145145node# echo "tmpmfs=YES" >> /etc/rc.conf
    146146Tip: You could make /var completely read-only, but I hate the details like package management getting lost. Flash cards these days are cheap anyways
    147 
    148 Optional: Make read-only:
    149147node# echo "varmfs=YES" >> /etc/rc.conf
     148Having your flash living in read-only gives you added security and increases the live-time of your (older) Flash cards:
    150149node# sed '/1a/ s/rw/ro/' /etc/fstab > /etc/fstab.new; mv /etc/fstab.new /etc/fstab
    151150