Skip to content

Commit f15b0fe

Browse files
honecgwalters
authored andcommitted
set bootloader to none
Signed-off-by: Terence Lee <hone02@gmail.com>
1 parent 0e25289 commit f15b0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmt/tests/booted/test-install-karg-delete.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setenforce 0
2727
mkdir /etc/bootc/install
2828
{ install: { kargs: ["foo=bar"] } } | to toml | save /etc/bootc/install/99-test.toml
2929

30-
let base_args = $"bootc install to-filesystem --disable-selinux --source-imgref ($target_image) --karg-delete localtestkarg --karg-delete foo"
30+
let base_args = $"bootc install to-filesystem --disable-selinux --bootloader none --source-imgref ($target_image) --karg-delete localtestkarg --karg-delete foo"
3131
let install_cmd = if (tap is_composefs) {
3232
$"($base_args) --composefs-backend /var/mnt"
3333
} else {

0 commit comments

Comments
 (0)