Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | syslinux: changed 'build' to 'built' in splash | jnqnfe | |
Appears before a timestamp which reflects when the image was built, so 'built' is more correct than 'build' here. Gbp-Dch: Short | |||
2020-03-16 | syslinux: fix shortcut caret appearing in menu entries | jnqnfe | |
also fixes the mistaken assignment of the same shortcut for both entries in live.cfg.in Gbp-Dch: Short | |||
2020-03-16 | grub2/loopback: fix highlight readability | jnqnfe | |
Current splash makes it very difficult to read menu entries. Black as a background color is actually interpreted as transparent, so switching to something else so the highlighted menu entry can be read more easily. Gbp-Dch: Short | |||
2020-03-05 | bootloaders: fix ignoring LB_DEBIAN_INSTALLER_GUI in menu creation | Lyndon Brown | |
LB_DEBIAN_INSTALLER_GUI defines whether or not to provide the graphical installer. the installer_debian-installer script pays attention to it and does not download it if not wanted. the actual bootloaders however (both grub2/loopback and syslinux) ignore it, which leaves broken and unwanted menu entries. this fixes that. Gbp-Dch: Short Closes: #952890 | |||
2020-01-23 | Standardize on having the GUI installation first in boot menus | Raphaël Hertzog | |
debian-cd changed it that way, we already have it that way in EFI boot, let's be consistent. | |||
2019-05-30 | Remove ldlinux.c32 for extlinux and syslinux | Matthijs Kooijman | |
Since syslinux 5.00, this file is installed into the disk root by the extlinux and syslinux installer commands. For pxelinux and isolinux, these files still need to be added manually. This is documented at: https://wiki.syslinux.org/wiki/index.php?title=Library_modules#All_Syslinux_variants_need_an_additional_ldlinux_module Keeping these unused files around is probably only confusing, so better to remove them. | |||
2017-06-09 | Add keyboard shortcut on the "Advanced options" syslinux menu entry | Raphaël Hertzog | |
Thanks to Daniel Reichelt <debian@nachtgeist.net> for the patch. Closes: #864386 | |||
2016-12-14 | Cleanup binary_loopback_cfg and offer more freedom in overriding the default ↵ | Raphaël Hertzog | |
grub-pc configuration. | |||
2016-12-02 | Clean up grub configuration code | Raphaël Hertzog | |
* Use only long kernel names. * Put advanced options in a submenu. * Use distro-agnostic labels. * Don't generate entries with kernel version when we have a single version. | |||
2016-12-02 | Use a grub theme that integrates reasonably well with the current background ↵ | Raphaël Hertzog | |
picture. | |||
2016-11-28 | Try to reuse /isolinux/splash.png in default grub configuration. | Raphaël Hertzog | |
2016-01-08 | Add symlinks for libgpl.c32 and libmenu.c32 | Raphaël Hertzog | |
They are required for the "Hardware Detection Tool (HDT)" menu entry that live-build adds in the advanced menu. Sponsored-by: Offensive Security | |||
2015-05-04 | Renaming grub helper to grub-legacy for consistency. | Daniel Baumann | |
2015-05-04 | Renaming grub2 helper to grub-pc for later grub-efi addition. | Daniel Baumann | |
2015-04-29 | Moving grub and grub2 templates into shared bootloader config directory. | Daniel Baumann | |
2015-01-25 | Updating d-i bootparameter separator for jessie. | Daniel Baumann | |
2014-12-10 | Dropping support for wheezy. | Daniel Baumann | |
2014-09-10 | Dropping syslinux 6 symlinks from bootloader configs for wheezy. | Daniel Baumann | |
In general there's no harm in having them as they are not used on syslinux 4 distributions, however, but it's cosmetically nicer and the path woudn't match anyway. But.. since it turned out that we need the second copy of bootloaders for wheezy anyway as wheezy and jessie are mutually exclusive regarding paths where syslinux files are located, there's no point in having them and confusing users with error messages from cp -aL when stuff can't be dereferenced (which is ok). | |||
2014-07-24 | Adding second set of bootloader templates for wheezy. | Daniel Baumann | |
2014-07-22 | Unconditionally replacing bootloader symlinks with syslinux 6 from jessie, ↵ | Daniel Baumann | |
this will break building wheezy images (so we have to come up with something better than that prior upload). | |||
2014-04-26 | Adjusting splash.svg filename in embedded syslinux configurations to match ↵ | Daniel Baumann | |
code (Closes: #745020). | |||
2013-09-18 | Removing unused description variable in syslinux configs. | Daniel Baumann | |
2013-05-27 | Including memtest86+ in syslinux menu. | Daniel Baumann | |
2013-05-06 | Removing superfluous menu default directive in installer syslinux menues. | Daniel Baumann | |
2013-05-06 | Removing default menu marker for install entry in syslinux menu. | Daniel Baumann | |
2013-05-06 | Adding key-shortcut for advanced options in syslinux menu. | Daniel Baumann | |
2013-05-06 | Including HDT in advanced options menu within syslinux menu. | Daniel Baumann | |
2013-05-06 | Correcting wrong debian-installer syslinux menu files. | Daniel Baumann | |
2013-05-06 | Updating syslinux configurations and handling for syslinux 5. | Daniel Baumann | |
2013-05-06 | Correcting vshift in syslinux themes to correct display bug with overlong ↵ | Daniel Baumann | |
lines, thanks to Thanatermesis <thanatermesis@gmail.com>. | |||
2013-05-06 | Adding initial menu entries for debian-installer. | Raphaël Hertzog | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-02-12 | Removing superfluous menu default directive in installer syslinux menues. | Daniel Baumann | |
2013-02-08 | Removing default menu marker for install entry in syslinux menu. | Daniel Baumann | |
2013-02-08 | Adding key-shortcut for advanced options in syslinux menu. | Daniel Baumann | |
2013-02-08 | Including HDT in advanced options menu within syslinux menu. | Daniel Baumann | |
2013-02-08 | Correcting wrong debian-installer syslinux menu files. | Daniel Baumann | |
2013-02-08 | Updating syslinux configurations and handling for syslinux 5. | Daniel Baumann | |
2013-01-25 | Correcting vshift in syslinux themes to correct display bug with overlong ↵ | Daniel Baumann | |
lines, thanks to Thanatermesis <thanatermesis@gmail.com>. | |||
2012-12-10 | Adding initial menu entries for debian-installer. | Raphaël Hertzog | |
2012-10-04 | Making failsafe boot parameters fully customizable like the normal ones. | Daniel Baumann | |
2012-10-01 | Clearing the screen when exiting syslinux menu. | Daniel Baumann | |
2012-10-01 | Removing superfluous menu default directive in syslinux configuration files. | Daniel Baumann | |
2012-10-01 | Simplify internal replacement strings when processing syslinux configuration ↵ | Daniel Baumann | |
files. | |||
2012-10-01 | Using linux rather than kernel directive in syslinux configuration files. | Daniel Baumann | |
2012-09-30 | Using initramfs generator specific boot parameters in syslinux configuration ↵ | Daniel Baumann | |
files. | |||
2012-09-30 | Using dedicated initrd line in syslinux configurations rather than stuffing ↵ | Daniel Baumann | |
everything in one line. | |||
2012-07-18 | Adding extlinux bootloader configuration files. | Daniel Baumann | |
2012-07-18 | Slightly updating strings in splash.svg for better organization of the ↵ | Daniel Baumann | |
information presented. | |||
2012-07-08 | Adding svg splash for syslinux bootloaders. | Daniel Baumann | |