[el8] Don't add repo during install

This commit is contained in:
Daniel Berteaud 2020-11-22 21:05:26 +01:00
parent d14131e5dd
commit 19dcae6640
1 changed files with 0 additions and 6 deletions

6
el8.ks
View File

@ -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