Revert "nixos/grub: generate BLS entries"

This commit is contained in:
Samuel Dionne-Riel
2025-02-28 14:30:10 -05:00
committed by GitHub
parent 8113e2003d
commit 6ec6eae586
6 changed files with 56 additions and 213 deletions

View File

@@ -71,8 +71,5 @@ import ./make-test-python.nix ({ pkgs, lib, withNg ? false, ... }: {
# at this point we've tested regression #262724, but haven't tested the bootloader itself
# TODO: figure out how to how to tell the test driver to start the bootloader instead of
# booting into the kernel directly.
with subtest("New boot entry has been added"):
machine.succeed("test -f /boot/loader/entries/nixos-generation-2.conf")
'';
})