forked from josch/mmdebstrap
add stub for future ext2 image support
This commit is contained in:
parent
773249a0ca
commit
e1008006fc
1 changed files with 4 additions and 0 deletions
|
@ -3680,6 +3680,10 @@ sub main() {
|
||||||
if ($? != 0) {
|
if ($? != 0) {
|
||||||
error("failed to start tar2sqfs --version");
|
error("failed to start tar2sqfs --version");
|
||||||
}
|
}
|
||||||
|
} elsif ($options->{target} =~ /\.ext2$/) {
|
||||||
|
error "genext2fs does not yet support tarballs as input. See "
|
||||||
|
. "https://github.com/bestouff/genext2fs/issues/10 for more "
|
||||||
|
. "information";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($options->{maketar} or $options->{makesqfs}) {
|
if ($options->{maketar} or $options->{makesqfs}) {
|
||||||
|
|
Loading…
Reference in a new issue