Changes between Version 23 and Version 24 of Archive/FreeBSDOnEmbeddedDevice
- Timestamp:
- May 5, 2010, 11:13:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archive/FreeBSDOnEmbeddedDevice
v23 v24 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 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