diff options
-rwxr-xr-x | create_dual.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |