add stub for future ext2 image support

pull/1/head
parent 773249a0ca
commit e1008006fc
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -3680,6 +3680,10 @@ sub main() {
if ($? != 0) {
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}) {

Loading…
Cancel
Save