Skip to content

Commit 00c8669

Browse files
committed
account for centos package drift in provision-derived.sh
Signed-off-by: Terence Lee <hone02@gmail.com>
1 parent ee263a3 commit 00c8669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/provision-derived.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cat <<KARGEOF >> /usr/lib/bootc/kargs.d/20-console.toml
5555
kargs = ["console=ttyS0,115200n8"]
5656
KARGEOF
5757
if test $cloudinit = 1; then
58-
dnf -y install cloud-init
58+
dnf -y install --allowerasing cloud-init
5959
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants
6060
# Allow root SSH login for testing with bcvk/tmt
6161
mkdir -p /etc/cloud/cloud.cfg.d

0 commit comments

Comments
 (0)