From 2b5ca96ad3d85ad66d38becfae19fb35ecdd769e Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 14 May 2021 07:43:26 +0200 Subject: [PATCH] fix: cloudinit instructions for the victim machine --- vms/cloudinit.host-victim.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vms/cloudinit.host-victim.cfg b/vms/cloudinit.host-victim.cfg index a1bc810..b2273e9 100644 --- a/vms/cloudinit.host-victim.cfg +++ b/vms/cloudinit.host-victim.cfg @@ -4,11 +4,10 @@ runcmd: - cat /etc/resolv.conf - uname -r - # - echo -e "[main]\ngpg_check=1\ninstallonly_limit=2\nclean_requirements_on_remove=True\nfastestmirror=True\nmax_parallel_downloads=7" > /etc/dnf/dnf.conf - timedatectl set-ntp 1 - timedatectl set-timezone Europe/Bratislava - dnf config-manager --set-enabled cr powertools - - sed -i "s/xfs * defaults *1 1/ext4 noatime 0 0/" /etc/fstab + - sed -i "s/xfs * defaults *0 0/xfs noatime 0 0/" /etc/fstab write_files: - content: |