We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661e7c3 commit 0e25289Copy full SHA for 0e25289
tmt/tests/booted/test-install-karg-delete.nu
@@ -29,11 +29,9 @@ mkdir /etc/bootc/install
29
30
let base_args = $"bootc install to-filesystem --disable-selinux --source-imgref ($target_image) --karg-delete localtestkarg --karg-delete foo"
31
let install_cmd = if (tap is_composefs) {
32
- let st = bootc status --json | from json
33
- let bootloader = ($st.status.booted.composefs.bootloader | str downcase)
34
- $"($base_args) --composefs-backend --bootloader=($bootloader) /var/mnt"
+ $"($base_args) --composefs-backend /var/mnt"
35
} else {
36
- $"($base_args) --bootloader none /var/mnt"
+ $"($base_args) /var/mnt"
37
}
38
39
tap run_install $install_cmd
0 commit comments