mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
On stretch, build-simple-cdd output is not ISO 9660
This commit is contained in:
parent
96f66ea4be
commit
cdf3dcd781
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
set -x
|
||||
|
||||
is_iso() {
|
||||
file "$1" | grep -q "ISO 9660"
|
||||
file "$1" | grep -q "ISO 9660\|DOS/MBR boot sector"
|
||||
}
|
||||
|
||||
is_initrd() {
|
||||
|
|
Loading…
Add table
Reference in a new issue