lanzaboot: test systemd stage 1
This commit is contained in:
parent
e6aa11f76c
commit
f7c66b027a
12
flake.nix
12
flake.nix
|
@ -174,6 +174,18 @@
|
|||
assert "Secure Boot: enabled (user)" in machine.succeed("bootctl status")
|
||||
'';
|
||||
};
|
||||
|
||||
lanzaboote-boot-under-sd-stage1 = mkSecureBootTest {
|
||||
name = "signed-files-boot-under-secureboot-systemd-stage-1";
|
||||
machine = { ... }: {
|
||||
boot.initrd.systemd.enable = true;
|
||||
};
|
||||
testScript = ''
|
||||
machine.start()
|
||||
assert "Secure Boot: enabled (user)" in machine.succeed("bootctl status")
|
||||
'';
|
||||
};
|
||||
|
||||
# So, this is the responsibility of the lanzatool install
|
||||
# to run the append-initrd-secret script
|
||||
# This test assert that lanzatool still do the right thing
|
||||
|
|
Loading…
Reference in New Issue