From e1e0df77997c06e03b92351c0c70aed7097541eb Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 4 Feb 2021 17:47:10 +0100 Subject: [PATCH] skip emulation check for extract variant --- mmdebstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mmdebstrap b/mmdebstrap index 59ed356..fd709b1 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -4619,6 +4619,8 @@ sub main() { info "skipping check/qemu as requested"; } elsif ($options->{mode} eq "chrootless") { info "skipping emulation check in chrootless mode"; + } elsif ($options->{variant} eq "extract") { + info "skipping emulation check for extract variant"; } elsif ($hostarch ne $options->{nativearch}) { if (system('arch-test --version>/dev/null') != 0) { error "install arch-test for foreign architecture support";