forked from josch/mmdebstrap
document mmdebstrap hanging forever instead of ENOSPC in qemu as a comment
This commit is contained in:
parent
5e22e0bfc8
commit
0ae0adde26
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue