Skip to content
Snippets Groups Projects
Commit 49f7996c authored by Thomas Schneider's avatar Thomas Schneider Committed by Lars Beckers
Browse files

guest-overlay: Always recreate squashfs without appending

Without `-noappend`, we end up with an image containing `gast`, `gast_1`,
`gast_2` etc. after running repeatedly.  This way, it is always recreated and
contains only what it is supposed to.
parent 92cd6ac2
No related branches found
No related tags found
1 merge request!7guest-overlay: Always recreate squashfs without appending
Checking pipeline status
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
- 1000 - 1000
- -force-gid - -force-gid
- 1000 - 1000
- -noappend
delegate_to: localhost delegate_to: localhost
run_once: true run_once: true
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment