about summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-10systemd-boot-builder: drop semicolonsJörg Thalheim1-2/+2
2023-10-10systemd-boot-builder: resort imports according to isortJörg Thalheim1-12/+12
2023-04-04systemd-boot-builder only ignores OSError "invalid argument"Antoine Eiche1-2/+6
2023-03-05nixos/systemd-boot: always use profile_path() for system closure pathsnotgne21-9/+8
2023-01-23Merge pull request #211723 from tpwrules/fix-systemd-boot-moreNick Cao1-10/+11
2023-01-19nixos/systemd-boot: pass EFI variable flags during update tooThomas Watson1-10/+11
2023-01-19nixos/systemd-boot: improve initrd-secrets error messagesrnhmjoj1-7/+22
2023-01-14nixos/version: add config.system.nixos.distroName and config.system.nixos.dis...Victor Fuentes1-4/+4
2022-12-29nixos/systemd-boot: skip EFI update to 252Naïm Favier1-4/+11
2022-10-15nixos/systemd-boot: decrease catch scope for ValueErrorJörg Thalheim1-7/+7
2022-10-07nixos/systemd-boot: fix entry match condition in remove_old_entriesLin Jian1-2/+2
2022-10-07nixos/systemd-boot: correctly find gen_number for specialisationLin Jian1-1/+1
2022-08-18nixos/systemd-boot: use esp-path instead of path when calling bootctlWinter1-3/+3
2022-07-17nixos/systemd-boot: remove default log message if nothing changesSandro Jäckel1-2/+0
2022-06-01nixos/systemd-boot: fix systemd-boot-builder refusing to updateMatthias Treydte1-16/+1
2022-05-28nixos/systemd-boot: fix systemd-boot-builder dowgrade to failMatthias Treydte1-15/+31
2022-03-13sdboot-builder: fix crash in exception handlingMaëlys Bras de fer1-5/+16
2022-01-14nixos/systemd-boot: fix error outputJonathan Ringer1-1/+1
2021-12-23nixos/systemd-boot: Support extra EFI entriesMichael Hoang1-26/+17
2021-11-06Merge pull request #140046 from jrobsonchase/systemd-boot/fix-regexpFlorian Klink1-6/+14
2021-11-05nixos/systemd-boot: Use the correct version string from the bootctl --version...Josh Robson Chase1-2/+2
2021-11-05nixos/systemd-boot: Re-add the verison check, but as equivalence-onlyJosh Robson Chase1-7/+21
2021-11-05nixos/systemd-boot: Remove the installed version check altogetherJosh Robson Chase1-13/+7
2021-11-05nixos/systemd-boot: Fix installed version regexpJosh Robson Chase1-1/+1
2021-10-31nixos/systemd-boot: create boot entries for specialisationsLuke Granger-Brown1-23/+50
2021-10-11systemd-boot: add 'graceful' configuration optionJoerie de Gram1-4/+9
2021-06-24nixos/systemd-boot: Use os.path.realpath to fully resolve symlinksMax1-1/+1
2021-04-25Merge pull request #114637 from KaiHa/pr/fix-systemd-boot-builderLuke Granger-Brown1-3/+6
2021-03-20Merge pull request #108952 from Mic92/systemd-builderJörg Thalheim1-16/+31
2021-03-02systemd-boot-builder: gracefully ignore errors during entry creationKai Harries1-3/+6
2021-02-18nixos: Get rid of systemConfig kernel parameterArian van Putten1-1/+1
2021-01-10nixos/systemd-boot: add typecheckingJörg Thalheim1-16/+31
2020-09-27Revert "nixos/systemd-boot: Temporarily ignore errors"Florian Klink1-3/+1
2020-09-10nixos/systemd-boot: Temporarily ignore errorsTethys Svensson1-1/+3
2020-06-18nixos/systemd-boot: fix incorrect string formattingDaniel Fullmer1-2/+2
2020-06-15nixos/systemd-boot: fix default boot entry selectionFlorian Klink1-2/+2
2020-06-15nixos/systemd-boot: update bootloader if neededDaniel Fullmer1-0/+16
2019-06-22Add configurationLimit to systemd-boot to prevent running out of disk spaceDomen Kožar1-1/+3
2019-06-03nixos/systemd-boot: don't remove directories from EFI dirNikolay Amiantov1-1/+1
2019-05-06nixos/systemd-boot: add support for memtest86 EFI app(cdep)illabout1-0/+27
2018-08-12nixos/systemd-boot: Add missing newlineThibault Polge1-1/+1
2018-07-02nixos/systemd-boot: Add consoleMode optionSilvan Mosberger1-0/+1
2017-09-02Include date and NixOS version in systemd-boot entriesGraham Christensen1-2/+27
2017-06-24systemd-boot-builder.py: add support for profiles (#26318)Kai1-30/+55
2017-05-10systemd-boot: document reasoning behind syncfs(2)Jörg Thalheim1-0/+4
2017-05-09systemd-boot: sync efi filesystem after updateJörg Thalheim1-0/+7
2017-04-20nixos/systemd-boot-builder: Don't write .pyc filesaszlig1-1/+1
2017-04-02systemd-boot: Support initrd secretsShea Levy1-1/+9
2017-02-20systemd-boot: Unlink loader.conf if it existsaszlig1-0/+4
2017-02-20systemd-boot: Make sure /etc/machine-id existsaszlig1-7/+12