Skip to content

Commit

Permalink
podvm-mkosi: dont fail on failed marker file
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
  • Loading branch information
mkulke committed Dec 19, 2024
1 parent 11b456c commit fb5e795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Service]
ExecStartPre=sh -c '[[ -f /run/peerpod/mount-scratch ]] && mount /dev/mapper/scratch /run/kata-containers'
ExecStartPre=sh -c '[[ ! -f /run/peerpod/mount-scratch ]] || mount /dev/mapper/scratch /run/kata-containers'

0 comments on commit fb5e795

Please sign in to comment.