From e38ad8ae66593d1123a0fd5695f4daf95417e74f Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Mon, 7 Aug 2017 17:27:32 +0200 Subject: Drop the --hardlinks option from xorriso command line call --- scripts/build/binary_iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 99cae59a8..2b381622a 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -151,7 +151,7 @@ do ;; esac - XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table --hardlinks" + XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" ;; grub-efi) -- cgit v1.2.3