1
0
Fork 0

anaconda-ks.cfg: add fedora repos

This commit is contained in:
Pratham Patel 2024-02-13 21:41:26 +05:30
parent 88898b171e
commit 0311999237
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ bootloader --location=mbr --boot-drive=vdb
rootpw --plaintext 'asdf'
user --groups='mock,wheel' --name=pratham --password='asdf' --plaintext --gecos="Pratham Patel"
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
%packages
@^server-product-environment
appliance-tools