We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee263a3 commit 00c8669Copy full SHA for 00c8669
1 file changed
hack/provision-derived.sh
@@ -55,7 +55,7 @@ cat <<KARGEOF >> /usr/lib/bootc/kargs.d/20-console.toml
55
kargs = ["console=ttyS0,115200n8"]
56
KARGEOF
57
if test $cloudinit = 1; then
58
- dnf -y install cloud-init
+ dnf -y install --allowerasing cloud-init
59
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants
60
# Allow root SSH login for testing with bcvk/tmt
61
mkdir -p /etc/cloud/cloud.cfg.d
0 commit comments