We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd8be0 commit a21dcbaCopy full SHA for a21dcba
hack/packages.txt
@@ -1,6 +1,5 @@
1
# Needed by tmt
2
rsync
3
-cloud-init
4
/usr/bin/flock
5
/usr/bin/awk
6
# Needed by tmt avc check
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