basementhud/overlay
Dustin 2a0737ab78 Enable local persistent storage
Machine-specific data, such as SSH keys, should not be included in the
immutable root filesystem image, as this would prevent multiple machines
running from the same image.  These few files can be stored locally, on
the SD card on eMMC flash.

The first time a machine boots up using this image, its local storage is
initialized.  This involves creating a new filesystem on the block
device and generating SSH host keys.  Once the storage is initialized,
it is remounted read-only.  All subsequent mounts are read-only as well.
2022-04-05 14:54:30 -05:00
..
etc Enable local persistent storage 2022-04-05 14:54:30 -05:00
home/user Install Playwright to control Firefox 2022-04-04 20:59:34 -05:00
root/.ssh Initial commit 2022-04-04 20:59:32 -05:00
usr Enable local persistent storage 2022-04-05 14:54:30 -05:00