Builder for live images based on Debian
Go to file
Lyndon Brown d7883ec32b config: improve BIOS/EFI bootloader selection handling
the design choice from when EFI support was introduced was to change
`--bootloader` to `--bootloaders`, with users specifying their selection
of BIOS and EFI bootloaders together. at this time there were not even any
decent validation checks being performed, and invalid combinations could
cause some chaos.

since then proper validation was put in place, including checking that
only a single instance of each of BIOS and EFI bootloaders exists in the
selection.

here we tweak things such that we stick with the same option, but we split
the selection up such that we store the BIOS and EFI selections separately
within the saved config file, and offer it up to scripts to help simplify
those scripts.

we must however retain support for splitting from the combined option,
both because we still use it in the combined option, and for backwards
compatibility with older saved configs.

Gbp-Dch: Short
2020-05-04 21:40:13 +01:00
data/debian-cd We should add buster for release 2019-02-17 14:51:24 +00:00
debian autopkgtest: build kali image 2020-03-20 15:36:52 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions config: improve BIOS/EFI bootloader selection handling 2020-05-04 21:40:13 +01:00
manpages config: provide UTC timestamp control 2020-05-03 22:19:43 +01:00
scripts config: improve BIOS/EFI bootloader selection handling 2020-05-04 21:40:13 +01:00
share bootloaders: add timezone to splash timestamp 2020-05-03 23:20:39 +01:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00