Replies: 1 comment 4 replies
-
|
In how far is this something we can implement? I mean every admin can remount the rootfs One thing we can do is allowing |
Beta Was this translation helpful? Give feedback.
-
|
In how far is this something we can implement? I mean every admin can remount the rootfs One thing we can do is allowing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear DietPi creators,
Have you considered implementing an immutable system design?
Are there any recommended resources or official documentation describing how to achieve this with DietPi?
I am aware that the filesystem can be mounted as read-only. However, what is considered best practice when introducing a permanent change—for example, installing a new package or modifying /etc/hosts?
Would the correct operational procedure be:
1)Remount the filesystem as read-write
2) Apply the required changes
3) Remount the filesystem as read-only
Additionally, I plan to store all configuration related to DietPi/Debian in a self-hosted Git repository (hosted on a separate machine) and manage the entire DietPi server declaratively from that repository as a single source of truth.
What is immutable system:
Beta Was this translation helpful? Give feedback.
All reactions