diff --git a/debian/changelog b/debian/changelog index 3da6eeb..b108c9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +live-build (1:20170807) unstable; 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 Mon, 07 Aug 2017 17:29:04 +0200 + live-build (1:20170213) unstable; urgency=medium * Drop the versatile kernel flavour on armel. It's no longer built since diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index 99cae59..2b38162 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -151,7 +151,7 @@ ;; 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) diff --git a/share/bootloaders/extlinux/menu.cfg b/share/bootloaders/extlinux/menu.cfg index d2daa80..9368260 100644 --- a/share/bootloaders/extlinux/menu.cfg +++ b/share/bootloaders/extlinux/menu.cfg @@ -6,7 +6,7 @@ include live.cfg include install.cfg menu begin advanced - menu title Advanced options + menu title ^Advanced options include stdmenu.cfg label mainmenu menu label ^Back.. diff --git a/share/bootloaders/isolinux/menu.cfg b/share/bootloaders/isolinux/menu.cfg index d2daa80..9368260 100644 --- a/share/bootloaders/isolinux/menu.cfg +++ b/share/bootloaders/isolinux/menu.cfg @@ -6,7 +6,7 @@ include live.cfg include install.cfg menu begin advanced - menu title Advanced options + menu title ^Advanced options include stdmenu.cfg label mainmenu menu label ^Back.. diff --git a/share/bootloaders/pxelinux/menu.cfg b/share/bootloaders/pxelinux/menu.cfg index d2daa80..9368260 100644 --- a/share/bootloaders/pxelinux/menu.cfg +++ b/share/bootloaders/pxelinux/menu.cfg @@ -6,7 +6,7 @@ include live.cfg include install.cfg menu begin advanced - menu title Advanced options + menu title ^Advanced options include stdmenu.cfg label mainmenu menu label ^Back..