qemu-debootstrap always passes the --foreign flag to debootstrap, so the explicit --foreign flag is redundant and produces a duplicate argument in the debootstrap command issued by qemu-debootstrap.
(I tested this on Debian, but I'm pretty sure the behavior is the same on Devuan.)
`qemu-debootstrap` always passes the `--foreign` flag to `debootstrap`, so the explicit `--foreign` flag is redundant and produces a duplicate argument in the `debootstrap` command issued by `qemu-debootstrap`.
(I tested this on Debian, but I'm pretty sure the behavior is the same on Devuan.)
qemu-debootstrap
always passes the--foreign
flag todebootstrap
, so the explicit--foreign
flag is redundant and produces a duplicate argument in thedebootstrap
command issued byqemu-debootstrap
.(I tested this on Debian, but I'm pretty sure the behavior is the same on Devuan.)
@dimkr Is anything else needed from me for this to be merged?