Changes between Version 24 and Version 25 of Archive/FreeBSDOnEmbeddedDevice
- Timestamp:
- May 5, 2010, 11:14:11 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archive/FreeBSDOnEmbeddedDevice
v24 v25 146 146 Tip: 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 147 node# echo "varmfs=YES" >> /etc/rc.conf 148 Tip: Having your flash living in read-only gives you added security and increases the live-time of your (older) Flash cards :148 Tip: Having your flash living in read-only gives you added security and increases the live-time of your (older) Flash cards 149 149 node# sed '/1a/ s/rw/ro/' /etc/fstab > /etc/fstab.new; mv /etc/fstab.new /etc/fstab 150 150