diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2017-08-07 17:27:32 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2017-08-07 17:27:32 +0200 |
commit | e38ad8ae66593d1123a0fd5695f4daf95417e74f (patch) | |
tree | e6ae65abd05e12150c911609df91602c68e86456 /scripts | |
parent | d18d0dfe2a75d785ef50b534c2e6447b05e43955 (diff) | |
download | vyos-live-build-e38ad8ae66593d1123a0fd5695f4daf95417e74f.tar.gz vyos-live-build-e38ad8ae66593d1123a0fd5695f4daf95417e74f.zip |
Drop the --hardlinks option from xorriso command line call
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
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) |