You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert (not$has_root_param) $"($bootloader) image should not have root= in kernel cmdline; systemd-gpt-auto-generator should discover the root partition via DPS"
14
+
}
15
+
10
16
# Detect composefs by checking if composefs field is present
11
17
letst=bootcstatus--json|from json
12
18
letis_composefs= (tapis_composefs)
@@ -24,11 +30,14 @@ if $expecting_composefs {
24
30
letbootctl_output= (bootctl)
25
31
26
32
if ($bootctl_output|str contains'Product: systemd-boot') {
assert (not$has_root_param) "systemd-boot image should not have root= in kernel cmdline; systemd-gpt-auto-generator should discover the root partition via DPS"
33
+
find_root_eq_in_cmdline"systemd-boot"
30
34
}
31
35
}
36
+
37
+
# GrubCC also supports BLS and shouldn't need root=
0 commit comments