Comment 10 for bug 1793056

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I took an older .img file I had available (any should do) and was able to confirm with just guestfish.

From there I tried to simplify the case and reached this:

$ qemu-img create -f qcow2 test.img 10M
$ sudo guestfish -a test.img
(guestfish) run
(guestfish) tar-out / - | tar tf -

I was able to confirm the case and the workaround helped.
I should soon be able to build a version which has the addition of dash in the package, but not sure if it will be today.