24 Commits (1b23520f2020f4cf5ca189ef51f6503d57445f8e)

Author SHA1 Message Date
Adriaan de Groot 1b23520f20 REUSE: (CC0-1.0) module descriptors and configuration files
In spite of there being considerable documentation sometimes in the
config file, we go with CC0 because we don't want the notion of
'derived work' of a config file.

The example `settings.conf` is also CC0. Add some docs to
it while we're at it.
6 years ago
Adriaan de Groot 52f09f7f46 [modules] Minor documentation work on modules a-g 8 years ago
Philip Müller 18bd455ae1 [bootloader] make paths for executable optional and adjustable 8 years ago
Adriaan de Groot fdda1ef840 [bootloader] Mimic openSUSE's efibootmgr calls 8 years ago
Adriaan de Groot 903e77a908 [bootloader] Adjust documentation 9 years ago
Adriaan de Groot 7f53e970fc [bootloader] Add secure-boot efiBootLoader
- add configuration option
 - check for sensible combinations of firmware, bootloader,
   and complain if it isn't.
9 years ago
Adriaan de Groot 78108c5cda [bootloader] Allow skipping the EFI fallback 9 years ago
Adriaan de Groot 28d61c406e [bootloader] Improve description of *efiBootloaderId* option 9 years ago
Teo Mrnjavac 7dd4104009 Replace Gummiboot with systemd-boot. 11 years ago
Philip Müller d55d1c2fca [bootloader] fix typos in conf 12 years ago
Philip Müller 035ad6cbf9 [bootloader] use bootloaderEntryName 12 years ago
Philip Müller 93f0de3f7f [bootloader] make gummiboot entries more generic (use branding) 12 years ago
Philip 4759279fab [bootloader] default to grub for efi installations 12 years ago
Philip 5043bb4e0d [bootloader] update note regarding efiBootLoader in conf 12 years ago
Philip c649ed4729 [bootloader] add efiBootLoader to conf 12 years ago
Philip e3a7fca6f4 [bootloader] join grub module with bootloader 12 years ago
Philip 1542107d22 [bootloader] proper kernel_line in conf 12 years ago
Philip cb78e74ae9 [bootloader] add quotes to config 12 years ago
Philip 568dd9422c [bootloader] simplify code
- remove unneeded double code
- add kernel lines to config
12 years ago
Kevin Kofler ab4d31f1a6 bootloader: Allow overriding the bootloaderEntryName setting.
Allow setting bootloaderEntryName in bootloader.conf. If not specified
there, the setting will be taken from branding.desc.
12 years ago
Kevin Kofler 3cf5baadc1 bootloader: Get the distribution name from the branding.
Remove the redundant "distribution" setting from bootloader.conf.
12 years ago
Kevin Kofler 7e1ec78d35 grub, bootloader: Make the grub-* and /boot/grub names configurable.
Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names.

Fixes #123.
12 years ago
demmm 53da965bb1 make gummiboot kernel/distro agnostic
add hibernate option to .conf
create a fallback entry in gummiboot menu
re-add firmware to globalstorage, simplifies this module, will be needed to add more OS to gummi
12 years ago
demmm c1a1399958 adding new bootloader job
options are to use grub for BIOS, gummiboot for efi
set extra mountpoint when efi is found
12 years ago