Skip to content

Commit

Permalink
Move mount config file to /run/elemental
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed May 10, 2024
1 parent a4c414f commit 6c301f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ stages:
- if: '[ ! -f "/run/elemental/recovery_mode" ]'
name: "Layout configuration"
files:
- path: /etc/elemental/config.d/layout.yaml
- path: /run/elemental/config.d/layout.yaml
content: |
mount:
ephemeral:
type: tmpfs
size: 25%
size: 25%
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/run/cos/cos-layout.env
EnvironmentFile=-/run/elemental/mount-layout.env
ExecStart=/usr/bin/elemental mount --debug
ExecStart=/usr/bin/elemental --config-dir /run/elemental mount --debug

[Install]
WantedBy=initrd-fs.target

0 comments on commit 6c301f2

Please sign in to comment.