Codebase list live-build / 98499d9
Import Debian version 20170807 live-build (1:20170807) unstable; urgency=medium * Add keyboard shortcut on the "Advanced options" syslinux menu entry. Closes: #864386 Thanks to Daniel Reichelt <[email protected]> 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 authored 6 years ago Sophie Brun committed 6 years ago
5 changed file(s) with 16 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20170807) unstable; urgency=medium
1
2 * Add keyboard shortcut on the "Advanced options" syslinux menu entry.
3 Closes: #864386 Thanks to Daniel Reichelt <[email protected]>
4 for the patch.
5 * Drop the --hardlinks option from xorriso command line call. It's not
6 needed to avoid duplication of files since this is a native feature
7 of the IS0 filesystem. cf https://bugs.kali.org/view.php?id=4109
8 for a discussion about this.
9
10 -- Raphaël Hertzog <[email protected]> Mon, 07 Aug 2017 17:29:04 +0200
11
012 live-build (1:20170213) unstable; urgency=medium
113
214 * Drop the versatile kernel flavour on armel. It's no longer built since
150150 ;;
151151 esac
152152
153 XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table --hardlinks"
153 XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table"
154154 ;;
155155
156156 grub-efi)
55 include live.cfg
66 include install.cfg
77 menu begin advanced
8 menu title Advanced options
8 menu title ^Advanced options
99 include stdmenu.cfg
1010 label mainmenu
1111 menu label ^Back..
55 include live.cfg
66 include install.cfg
77 menu begin advanced
8 menu title Advanced options
8 menu title ^Advanced options
99 include stdmenu.cfg
1010 label mainmenu
1111 menu label ^Back..
55 include live.cfg
66 include install.cfg
77 menu begin advanced
8 menu title Advanced options
8 menu title ^Advanced options
99 include stdmenu.cfg
1010 label mainmenu
1111 menu label ^Back..