This release adds support for a persistent ext4 partition that gets mounted to the /snakeuser
directory. This directory is automatically chdir'd into on boot, and this is where all user scripts and data should be stored. Data on this partition will persist between boots. The startup script basically looks for a partition with the label SNAKEUSER
and mounts it to /snakeuser
.
If the SNAKEUSER
partition is not found, you will simply be booted into a live, non-persistent environment.
See the instructions in the main README if you would like to create a persistent snakeware flash drive or SD card.cd