From d327aea14dc5f86330637f4c43e46aa2434bd7f0 Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 21 Jul 2021 17:10:30 +0200 Subject: [PATCH] comment out repositories --- leaves/vmd.cfg | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/leaves/vmd.cfg b/leaves/vmd.cfg index 414877d..ec8c45f 100644 --- a/leaves/vmd.cfg +++ b/leaves/vmd.cfg @@ -14,21 +14,15 @@ # ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents. # Bye bye! -## INSTALLATION SOURCE ## +cdrom # Configure the cdrom as the installation method -# Configure the cdrom as the installation method -cdrom - -## INSTALLATION TYPE ## - -# Perform Installation in text mode -text +text # Perform Installation in text mode ## REPOSITORIES ## # Add mirro and repo -url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64" -repo --name=fedora-updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f34&arch=x86_64" --cost=0 +# url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64" +# repo --name=fedora-updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f34&arch=x86_64" --cost=0 ## USER RELATED ## @@ -56,7 +50,7 @@ firewall --enabled network --onboot=yes --bootproto=dhcp --hostname=vemsd # Run the Setup Agent on first boot -firstboot --enable +# firstboot --enable ## DISK RELATED ##