containers / bootc

Boot and upgrade via container images

Home Page:https://containers.github.io/bootc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`--karg` option for `install-to-filesystem` is ignored?

miabbott opened this issue · comments

Starting from a Fedora 38 Cloud VM, I used the following command to install a bootable container:

$ sudo podman run --rm --privileged --pid=host -v /:/target --security-opt label=type:unconfined_t registry.gitlab.com/centos/cloud/sagano/fedora-boot-tier-1-dev:eln bootc install-to-filesystem --target-no-signature-verification --karg=console=ttyS0,115200n8 --replace=alongside /target

The operation completed successfully, however upon reboot I found that the console= karg was not included in the bootloader config.

image