about summary refs log tree commit diff
path: root/nixos/tests/systemd-boot.nix
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Merge pull request #283547 from r-vdp/boot_sort_keyJulien Malka1-12/+16
2024-03-02systemd-boot: introduce options to set a sort-key for systemd-boot entriesr-vdp1-12/+16
2024-03-01nixos/tests/systemd-boot: make secureBoot test work on different architecturesnikstur1-4/+6
2024-02-26nixos/systemd-boot: Add support for an XBOOTLDR partitionSiddhartha1-0/+115
2024-02-15OVMF: Add test with secure boot enabledShea Levy1-0/+26
2024-01-11Revert "nixos/systemd-boot: init boot counting"Ryan Lahfa1-152/+5
2024-01-07nixos/systemd-boot: init boot countingJulien Malka1-5/+152
2023-12-10nixos/tests/systemd-boot: change garbage-collect-entry test nameJulien Malka1-1/+1
2023-11-17Merge pull request #265365 from JulienMalka/systemd-boot-garbage-testJulien Malka1-0/+29
2023-11-17nixos/systemd-boot: allow for bootspec-less generationsJulien Malka1-0/+16
2023-11-04nixos/systemd-boot: add julienmalka as maintainerJulien Malka1-11/+11
2023-11-04nixos/tests/systemd-boot: add garbage-collect-entry testJulien Malka1-0/+29
2023-10-10nixos/tests/systemd-boot: improve assertion error for update testJörg Thalheim1-1/+1
2023-08-14nixos/systemd-boot: Replace proprietary memtest86 with free memtest86+ in UEFIenc0urage1-8/+2
2023-06-10Merge staging-next into staginggithub-actions[bot]1-4/+10
2023-06-10nixosTests.systemd-boot.switch-test: Fix warningsRobert Hensing1-3/+3
2023-06-10nixosTests.systemd-boot.switch-test: Fix testRobert Hensing1-1/+7
2023-06-03systemd: 253.3 -> 253.5Florian Klink1-1/+2
2023-05-30systemd-boot: Patch for firmwares that fail to load large filesWill Fancher1-0/+25
2023-01-19nixos/tests/systemd-boot: only patch systemd-boot during update testThomas Watson1-1/+1
2023-01-19nixos/tests/systemd-boot: fix update testThomas Watson1-1/+1
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-9/+9
2021-12-23tests/systemd-boot: Add tests for `extraFiles`Michael Hoang1-0/+141
2021-11-06Merge staging-next into staginggithub-actions[bot]1-1/+1
2021-11-06treewide: eliminate stdenv.lib usageVladimír Čunát1-1/+1
2021-11-06Merge pull request #140046 from jrobsonchase/systemd-boot/fix-regexpFlorian Klink1-2/+2
2021-11-05nixos/systemd-boot: Use the correct version string from the bootctl --version...Josh Robson Chase1-1/+1
2021-11-05nixos/systemd-boot: Re-add the verison check, but as equivalence-onlyJosh Robson Chase1-1/+1
2021-11-05nixos/systemd-boot: Remove the installed version check altogetherJosh Robson Chase1-1/+1
2021-11-05nixos/systemd-boot: Update test for version regexpJosh Robson Chase1-2/+2
2021-10-31nixos/systemd-boot: create boot entries for specialisationsLuke Granger-Brown1-0/+23
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-3/+3
2020-12-23Revert Merge #107275: nixos: fix "nixos-rebuild ...Vladimír Čunát1-0/+1
2020-12-21nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systemsBjørn Forsman1-1/+0
2020-07-06nixos/systemd-boot: test for EFI boot entryDaniel Fullmer1-0/+32
2020-06-15nixos/systemd-boot: add test for updatingDaniel Fullmer1-15/+42
2020-05-05nixos/systemd-boot: Add basic testDaniel Fullmer1-0/+31