Drop the --hardlinks option from xorriso command line call

This commit is contained in:
Raphaël Hertzog 2017-08-07 17:27:32 +02:00
parent d18d0dfe2a
commit e38ad8ae66
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -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 <debian@nachtgeist.net>
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 <hertzog@debian.org> Fri, 09 Jun 2017 13:39:47 +0200

View File

@ -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)