From 32d51b76aac837e960a88ee193ec7deb52dfe3ba Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Wed, 20 May 2015 21:32:30 +0200 Subject: use xorriso instead of genisoimage --- create_dual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_dual.sh b/create_dual.sh index f8463d3..5c77f15 100755 --- a/create_dual.sh +++ b/create_dual.sh @@ -84,7 +84,7 @@ do done # build iso -genisoimage -f -r -J -hide-rr-moved -nobak -cache-inodes -no-emul-boot -boot-load-size 4 \ +xorriso -as genisofs -f -r -J -hide-rr-moved -nobak -cache-inodes -no-emul-boot -boot-load-size 4 \ -A "$AGENISO" \ -publisher "$PUBLISHER" \ -sysid "$SYSID" \ -- cgit v1.2.1