document mmdebstrap hanging forever instead of ENOSPC in qemu as a comment

pull/24/head
parent 5e22e0bfc8
commit 0ae0adde26
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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}: $!";
}

Loading…
Cancel
Save