Chunfu Wen

Results 46 issues of Chunfu Wen

1. succeed to build out fedora image on rhel9.4 host as below ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json quay.io/centos-bootc/bootc-image-builder:latest --type raw --tls-verify=true...

area/target-os

Build Centos stream 9 aarch64 qcow2 image on rhel 9.4 x86_64 machine with below command: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v $(pwd)/config.json:/config.json -v $(pwd)/output:/output quay.io/centos-bootc/bootc-image-builder:latest...

``` step 1 : generate iso file: podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v $(pwd)/config.json:/config.json -v $(pwd)/output:/output quay.io/centos-bootc/bootc-image-builder:latest quay.io/centos-bootc/fedora-bootc:eln --type iso --tls-verify --chown 107:107 step 2: use virt-install...

run boot-image builder as below, noticing uid:gid was passed in with invalid options:-1:-1. ` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json quay.io/centos-bootc/bootc-image-builder:latest --type ami...

Fix change media update device failure This may happen in case VM is not real ready to update device

Automate case: Connect to the guest console without serial device xx-300602 - [console][negative] Connect to the guest console without serial device

``` on x86 Fedora 40 machine, execute below command to generate arm64 image, but failed [root@dell-r730-014 images]# sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v $(pwd)/output:/output -v /var/lib/containers/storage:/var/lib/containers/storage...

``` On x86 Fedora 40 machine ,execute below command [root@xx httpd]# sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v $(pwd)/output:/output -v /var/lib/containers/storage:/var/lib/containers/storage quay.io/centos-bootc/bootc-image-builder:latest --type gce --target-arch arm64 --local...

1. on aarch64 beaker machine, execute below command ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json quay.io/centos-bootc/bootc-image-builder:latest --type anaconda-iso --tls-verify=true --config /config.json...

1. attempt to build out centos stream 10 iso from below command: ``` sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json quay.io/centos-bootc/bootc-image-builder:latest --type...