diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-02-27 07:50:50 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-02-27 07:50:50 +0100 |
commit | 12d193bb8d108f5718dc12053ccf78a1b6a876ce (patch) | |
tree | 86372629e7a0d73a82968cda3611734c84e6d8ab /debian/control | |
parent | ae025c7aba7e4cbbe794cb48de4464d0e136dfee (diff) | |
download | debvm-12d193bb8d108f5718dc12053ccf78a1b6a876ce.tar.gz |
debvm-create: fix --skip ext4
We were truncating the output file after generating it. Instead, split
the logic and create the file prior to running mmdebstrap to make
permission failures fail early.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0474049..341e8a7 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,6 @@ Depends: qemu-kvm (>> 1:8.0) | qemu-system-any, # Required for -device virtio-net-pci,netdev=net0 ipxe-qemu, - uidmap, Recommends: arch-test, file, @@ -29,6 +28,7 @@ Recommends: qemu-system, qemu-user-static, seabios, + uidmap, Suggests: qemu-system-gui, Description: create and run virtual machines for various Debian releases and architectures |