forked from josch/mmdebstrap
add --merged-usr and --no-merged-usr no-op options for debootstrap compatibility
This commit is contained in:
parent
418b42746e
commit
25bec4d5e1
1 changed files with 3 additions and 1 deletions
|
@ -1524,9 +1524,11 @@ sub main() {
|
|||
'dpkgopt=s@' => \$options->{dpkgopts},
|
||||
'aptopt=s@' => \$options->{aptopts},
|
||||
'verbose' => \$options->{verbose},
|
||||
# no-op option so that mmdebstrap can be used with
|
||||
# no-op options so that mmdebstrap can be used with
|
||||
# sbuild-createchroot --debootstrap=mmdebstrap
|
||||
'resolve-deps' => sub {},
|
||||
'merged-usr' => sub {},
|
||||
'no-merged-usr' => sub {},
|
||||
) or pod2usage(-exitval => 2, -verbose => 1);
|
||||
|
||||
my @valid_variants = ('extract', 'custom', 'essential', 'apt', 'required',
|
||||
|
|
Loading…
Reference in a new issue