Package: syslinux / 2:4.05+dfsg-6+deb7u1
Metadata
Package | Version | Patches format |
---|---|---|
syslinux | 2:4.05+dfsg-6+deb7u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 verbose messages.patch | (download) |
core/tracers.inc |
1 1 + 0 - 0 ! |
add verbose_messages to enable verbose messages :) |
02 isolinux quiet.patch | (download) |
core/isolinux.asm |
10 9 + 1 - 0 ! |
making isolinux quiet by enabling some output only in verbose mode. |
03 pxelinux quiet.patch | (download) |
core/pxelinux.asm |
4 4 + 0 - 0 ! |
making pxelinux quiet by enabling some output only in verbose mode. |
04 ldlinux quiet.patch | (download) |
core/diskstart.inc |
6 6 + 0 - 0 ! |
making ldlinux quiet by enabling some output only in verbose mode. |
05 digest sha.patch | (download) |
utils/sha1pass |
4 2 + 2 - 0 ! |
use digest::sha for utils/sha1pass (closes: #625812). |
06 geodsp.patch | (download) |
diag/Makefile |
2 1 + 1 - 0 ! |
disabling diag/geodsp temporariily, it currently fails to build. |
07 gfxboot menu label.patch | (download) |
com32/gfxboot/gfxboot.c |
16 10 + 6 - 0 ! |
Allow boot entry to start with label instead of menu_label. . menu_ptr->menu_label is human-readable (perhaps even translatable!) text if the MENU LABEL command is used, which isn't very convenient at the start of a boot entry. Allow the entry to start with menu_ptr->label (an identifier) as an alternative. |
08 as needed.patch | (download) |
utils/Makefile |
2 1 + 1 - 0 ! |
fix build failure with --as-needed (closes: #654838). |
09 efi mbr.patch | (download) |
utils/isohybrid.c |
54 49 + 5 - 0 ! |
isohybrid: Generate MBR even when in EFI mode . Various EFI systems insist that there be no active flag in the pMBR in order to parse the GPT. The only way around this is to also generate a valid MBR - the firmware will then pick that up and use the system partition provided there. In order to deal with other EFI "sanity" checks, the partition type for the non-EFI partitions is set to 0 to skip the firmware bailing because of overlapping partitions. |
10 conffiles.patch | (download) |
core/fs/iso9660/iso9660.c |
2 2 + 0 - 0 ! |
Adding alternative locations in for configuration files for the bootloader configuration. |
11 ext2 header.patch | (download) |
libinstaller/linuxioctl.h |
2 1 + 1 - 0 ! |
Fix reference to linux/ext2_fs.h which is now removed from the kernel exported headers as of v3.4. Instead use the offical userspace copy exported by e2fslibs-dev. Fixes FTBS with 3.4.x kernels (Closes: #676405). |