mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
add code to grab the version of xorriso
This commit is contained in:
parent
75053f33dc
commit
5cb7afe1f2
@ -37,7 +37,12 @@ fi
|
||||
|
||||
case "$MKISOFS" in
|
||||
*xorriso*)
|
||||
# OK
|
||||
XORRISO_VER=$($MKISOFS --version 2>&1 | awk '
|
||||
NR==1 {
|
||||
split($3, ver, ".")
|
||||
print ver[1]*10000+ver[2]*100+ver[3]
|
||||
}')
|
||||
# OK
|
||||
;;
|
||||
*)
|
||||
echo "ERROR: debian-cd now depends on xorriso for making x86 bootable CDs."
|
||||
|
Loading…
Reference in New Issue
Block a user