From 59546e9055a3efdc67ec21a6edd7a22769b3b107 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 26 May 2023 22:15:42 +0000 Subject: host/initramfs: panic if roothash is missing We're not going to be able to boot if we don't know what roothash we're looking for, so abort the boot at that point rather than hanging forever. This should never happen on an actual system, but it makes things clearer in testing if something has gone wrong with the kernel command line. Signed-off-by: Alyssa Ross --- release/checks/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/checks/default.nix') diff --git a/release/checks/default.nix b/release/checks/default.nix index bf26b9a..bae9159 100644 --- a/release/checks/default.nix +++ b/release/checks/default.nix @@ -10,6 +10,8 @@ import ../../lib/eval-config.nix ({ ... } @ args: pkg-tests = import ./pkg-tests.nix args; + no-roothash = import ./no-roothash.nix args; + reuse = import ./reuse.nix args; rustfmt = import ./rustfmt.nix args; -- cgit 1.4.1