~mwhudson/debian-cd/lp-1922392-focal

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Iain Lane
  • Date: 2020-11-03 16:13:39 UTC
  • Revision ID: iain.lane@canonical.com-20201103161339-xz5042pomc0qj5kp
CONF.sh: Use distro's xorriso for hirsute

Show diffs side-by-side

added added

removed removed

Lines of Context:
462
462
export arm64_MKISOFS_OPTS="-as mkisofs -r -checksum_algorithm_iso md5,sha1"
463
463
 
464
464
case $DIST in
465
 
  groovy)
 
465
  groovy|hirsute)
466
466
    # switch to modern xorriso for all arches
467
467
    export MKISOFS=xorriso
468
468
    export MKISOFS_OPTS="-as mkisofs -r -checksum_algorithm_iso md5,sha1"