We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee9315 commit 8cf0971Copy full SHA for 8cf0971
tmt/tests/booted/readonly/051-test-initramfs.nu
@@ -8,6 +8,11 @@ if (not ("/usr/lib/bootc/initramfs-setup" | path exists)) {
8
exit 0
9
}
10
11
+if (not (open /proc/cmdline | str contains composefs)) {
12
+ print "No composefs in cmdline"
13
+ exit 0
14
+}
15
+
16
journalctl -b -t bootc-root-setup.service --grep=OK
17
18
tap ok
0 commit comments