REQUEST: Optimization for tmpfs-based system #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature
Some systems might be using tmpfs for
/which requires additional configuration of the systemnamely:
toramoptionWhy would anyone want to do this?
Disadvantage
If your system loses power while being configured to run on tmpfs then you will lose ALL YOUR DATA, because tmpfs are not made to store memory without power
Expected behavior
Making zernit to run as small as possible from an SD card and create the system only from it's configuration directory to keep the size as small as possible.
The configuration directory should be mounted with persistance in case the end-user wants to do permanent changes to the system.
Vision
less then 10Mb/s file on SD card capable of booting the whole system anywhere.
Additional context
Debian has a live CD that does a decent job with this
Issue-Label Bot is automatically applying the label
feature_requestto this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.