Skip to content

guest-overlay: Always recreate squashfs without appending

Thomas Schneider requested to merge th/overlay-no-append-sqfs into master

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.

Merge request reports