Skip to content

Commit

Permalink
Add default rootfs settings
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Feb 15, 2024
1 parent 0ca206b commit bc91df2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ stages:
environment_file: /run/cos/cos-layout.env
environment:
OVERLAY: "tmpfs:25%"
RW_PATHS: "/var /etc /srv"
PERSISTENT_STATE_PATHS: >-
/etc/systemd
/etc/ssh
/etc/iscsi
/home
/opt
/root
/usr/libexec
/usr/local
/var/log
/var/lib/NetworkManager
initramfs:
- if: '[ ! -f "/run/cos/recovery_mode" ]'
name: "Persist /etc/machine-id"
Expand Down

0 comments on commit bc91df2

Please sign in to comment.