I would like to make an immutable USB-based FreeBSD installation, kind of like the Linux-based Parted Magic, where I can know that whatever happens while testing a machine will not affect the USB stick.
I have not tried this before, so I am trying to make sure I understand the steps involved. Here is what I think I need:
1) Make root read-only
2) Make /var and /tmp memory filesystems
3) Make /home and /root memory filesystems
4) Have a startup script that copies /home for the user ID I am and using, as well as /root,
to the memory filesystem versions.
Am I getting close?
Thank you for the assistance.
I have not tried this before, so I am trying to make sure I understand the steps involved. Here is what I think I need:
1) Make root read-only
2) Make /var and /tmp memory filesystems
3) Make /home and /root memory filesystems
4) Have a startup script that copies /home for the user ID I am and using, as well as /root,
to the memory filesystem versions.
Am I getting close?
Thank you for the assistance.