Hello Guys,
I am testing it (sorry if someone has already written on it) .. my feedback.
I got an error, it seems that
step not given… between step 1 and step 2 of Fedora Hummingbird: Taking the Hummingbird model to the full operating system - Fedora Magazine
bash -x ./01-create-the-image-bootc
+ sudo podman run --rm --privileged --pull=newer --security-opt label=type:unconfined_t -v /tmp/bib-config.toml:/config.toml:ro -v /var/lib/libvirt/images:/output -v /var/lib/containers/storage:/var/lib/containers/storage quay.io/centos-bootc/bootc-image-builder:latest --type qcow2 --rootfs ext4 quay.io/hummingbird-community/bootc-os:latest
Trying to pull quay.io/centos-bootc/bootc-image-builder:latest...
Getting image source signatures
Copying blob 43bc90bf36bf done |
Copying blob 1bb7fd482447 done |
Copying config f878ca20c1 done |
Writing manifest to image destination
Error: statfs /tmp/bib-config.toml: no such file or directory
cat > /tmp/bib-config.toml <<'EOF'
[customizations]
hostname = "hummingbird"
EOF
I run the 01 and now :
it has built but option not supported ![]()
- customizations.hostname: not supported => No blocking
- Regex version mismatch, expected: 10.46 actual: 10.47 => problem of pipleine moving target
- Skipping device /dev/loop0 for EFI: ESP not found =>
bootupddidn’t like detection loop device during building, but GRUB EFI has been installed correctly - umount … overlay: not mounted => (Not critical)
So i configure at least an access + the keyboad currently…
cat /tmp/bib-config.toml
[[customizations.user]]
name = "user"
password = "$6$OFFUSCATEDDO.IT.LIKE.THAT:openssl_passwd_-6"
groups = ["wheel"]
[[customizations.files]]
path = "/etc/vconsole.conf"
data = "KEYMAP=fr\n"
mode = "0644"
Fr for me but choose your needed conf
Regards,
Tux