From 465fbc37bd09159a080d51f0b3c3721df9d062a2 Mon Sep 17 00:00:00 2001 From: Peter Boy Date: Tue, 23 Aug 2022 19:04:39 +0200 Subject: [PATCH] Fixed missing # signs --- fedora-server-vm-full.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-server-vm-full.ks b/fedora-server-vm-full.ks index c487880..c985111 100644 --- a/fedora-server-vm-full.ks +++ b/fedora-server-vm-full.ks @@ -145,7 +145,7 @@ dnf clean all echo "Removing linux-firmware package." rpm -e linux-firmware - Will ever anybody see this? +# Will ever anybody see this? echo "Packages within this disk image" rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn @@ -153,7 +153,7 @@ rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn rm -f /var/lib/rpm/__db* - Do we need a serial terminal with a VM? +# Do we need a serial terminal with a VM? if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then # Anaconda adds console=tty0 to the grub boot line on all images. this is problematic # when you are using fedora via serial console as you do not get any output post grub