diff --git a/mmdebstrap b/mmdebstrap index dd7e06a..91c40ff 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -5785,6 +5785,8 @@ sub main() { error("failed to run " . (join " ", @argv)); } } else { + # somehow, when running under qemu, writing to a virtio + # device will not result in a ENOSPC but just stall forever if (!copy($rfh, $options->{target})) { error "cannot copy to $options->{target}: $!"; }