On stretch, build-simple-cdd output is not ISO 9660

This commit is contained in:
Alexandre Aubin 2018-03-03 19:51:01 +01:00
parent 96f66ea4be
commit cdf3dcd781

View file

@ -29,7 +29,7 @@
set -x set -x
is_iso() { is_iso() {
file "$1" | grep -q "ISO 9660" file "$1" | grep -q "ISO 9660\|DOS/MBR boot sector"
} }
is_initrd() { is_initrd() {