From 19dcae6640ebaa90c869ad50d2ed03399f2eeea5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 22 Nov 2020 21:05:26 +0100 Subject: [PATCH] [el8] Don't add repo during install --- el8.ks | 6 ------ 1 file changed, 6 deletions(-) diff --git a/el8.ks b/el8.ks index 19c6a51..5b1f054 100644 --- a/el8.ks +++ b/el8.ks @@ -8,10 +8,6 @@ network --bootproto=dhcp --activate --noipv6 rootpw --iscrypted $6$6OYBD0R8xuGsqAUl$KVHVrjCM6VmLR13TW0exHAl4toKHxQTd9zwbuYzR/t79heCMrAcVmtBmw0wCcNu5zoz1y3LzwdIZjNedRlz7Y/ zerombr bootloader --location mbr --append 'ipv6.disable=1' -# Enable fws, AppStream and epel -repo --name=fws --baseurl=https://repo.fws.fr/centos/8 -repo --name=AppStream --baseurl=http://mirror.centos.org/centos/8/AppStream/x86_64/os/ -repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 %include /tmp/ks.partitions @@ -22,8 +18,6 @@ reboot %packages @^minimal-environment epel-release -htop -screen vim %end