-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
- Build out centos stream 10 iso using bib 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 -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 quay.io/centos-bootc/centos-bootc:stream10 --chown 107:107 --rootfs ext4 '
- use virt-install to install VM from generated iso with below command:
virt-install --name install_upstream_bib_bios_install-centos-bootc --disk path=/var/lib/libvirt/images/install_upstream_bib_bios_install-centos-bootc_bios.qcow2,bus=virtio,format=qcow2,size=12 --vcpus 3 --memory 3096 --osinfo detect=on,require=off --graphics vnc --video virtio --serial pty --wait 10 --cdrom /var/lib/libvirt/images/install_upstream_bib_bios_install-centos-bootc.iso --debug --machine q35 --noreboot
Metadata
Metadata
Assignees
Labels
No labels
