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 --- debian/changelog | 4 ++++ scripts/build/binary_iso | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb9f188ec..04d3c40e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ live-build (1:20170609) UNRELEASED; urgency=medium * Add keyboard shortcut on the "Advanced options" syslinux menu entry. Closes: #864386 Thanks to Daniel Reichelt for the patch. + * Drop the --hardlinks option from xorriso command line call. It's not + needed to avoid duplication of files since this is a native feature + of the IS0 filesystem. cf https://bugs.kali.org/view.php?id=4109 + for a discussion about this. -- Raphaël Hertzog Fri, 09 Jun 2017 13:39:47 +0200 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