comment out repositories
This commit is contained in:
parent
a724dfe8a5
commit
d327aea14d
@ -14,21 +14,15 @@
|
|||||||
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
||||||
# Bye bye!
|
# Bye bye!
|
||||||
|
|
||||||
## INSTALLATION SOURCE ##
|
cdrom # Configure the cdrom as the installation method
|
||||||
|
|
||||||
# Configure the cdrom as the installation method
|
text # Perform Installation in text mode
|
||||||
cdrom
|
|
||||||
|
|
||||||
## INSTALLATION TYPE ##
|
|
||||||
|
|
||||||
# Perform Installation in text mode
|
|
||||||
text
|
|
||||||
|
|
||||||
## REPOSITORIES ##
|
## REPOSITORIES ##
|
||||||
|
|
||||||
# Add mirro and repo
|
# Add mirro and repo
|
||||||
url --mirrorlist="https://mirrors.fedoraproject.org/metalink?repo=fedora-34&arch=x86_64"
|
# 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
|
# repo --name=fedora-updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f34&arch=x86_64" --cost=0
|
||||||
|
|
||||||
## USER RELATED ##
|
## USER RELATED ##
|
||||||
|
|
||||||
@ -56,7 +50,7 @@ firewall --enabled
|
|||||||
network --onboot=yes --bootproto=dhcp --hostname=vemsd
|
network --onboot=yes --bootproto=dhcp --hostname=vemsd
|
||||||
|
|
||||||
# Run the Setup Agent on first boot
|
# Run the Setup Agent on first boot
|
||||||
firstboot --enable
|
# firstboot --enable
|
||||||
|
|
||||||
## DISK RELATED ##
|
## DISK RELATED ##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user