Comment out cdrom
A possible fix to a repository issue
This commit is contained in:
parent
1f0be4b3ff
commit
7c61b82ad4
@ -37,30 +37,22 @@
|
|||||||
# Orginally generated by pykickstart v3.32
|
# Orginally generated by pykickstart v3.32
|
||||||
#version=DEVEL
|
#version=DEVEL
|
||||||
|
|
||||||
## INSTALLATION SOURCE ##
|
|
||||||
|
|
||||||
# Configure cdrom as installation method
|
|
||||||
cdrom
|
|
||||||
|
|
||||||
# NEEDS TO BE FIXED - Alternatively, use network installation by commenting out 'cdrom' and uncommenting the following : --> Is it really the case ?
|
|
||||||
# url --url="http://download.fedoraproject.org/pub/fedora/linux/releases/34/Server/x86_64/os"
|
|
||||||
|
|
||||||
## INSTALLATION TYPE ##
|
## INSTALLATION TYPE ##
|
||||||
|
|
||||||
# Perform Installation in Graphical Mode
|
# Perform Installation in Graphical Mode
|
||||||
graphical
|
graphical
|
||||||
|
|
||||||
# Alternatively, start the installation in text mode. -> To be tested
|
# Configure cdrom as installation method
|
||||||
# text
|
# cdrom
|
||||||
|
|
||||||
## REPOSITORIES ##
|
## REPOSITORIES ##
|
||||||
|
|
||||||
# Add repo and mirror
|
# Add repo and mirror
|
||||||
# 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
|
||||||
|
|
||||||
# Add rpmfusion repositories, which provides extra-packages
|
# Add rpmfusion repositories, which provides extra packages
|
||||||
repo --name=rpmfusion-free --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-34&arch=x86_64" --includepkgs=rpmfusion-free-release
|
repo --name=rpmfusion-free --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-34&arch=x86_64" --includepkgs=rpmfusion-free-release
|
||||||
repo --name=rpmfusion-free-updates --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-34&arch=x86_64" --cost=0
|
repo --name=rpmfusion-free-updates --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-34&arch=x86_64" --cost=0
|
||||||
|
|
||||||
@ -70,15 +62,14 @@ repo --name=rpmfusion-free-updates --mirrorlist="https://mirrors.rpmfusion.org/m
|
|||||||
|
|
||||||
## USER RELATED ##
|
## USER RELATED ##
|
||||||
|
|
||||||
# Keyboard layouts -> Doesn't seem to survive a reboot
|
# Keyboard layouts
|
||||||
keyboard fr-ch
|
# keyboard --vckeymap=fr-ch --xlayouts='fr-ch'
|
||||||
|
|
||||||
# Set the system language to American English
|
# Set the system language to American English
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
# lang fr_CH.UTF-8 # Pour la Romandie !
|
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc # Pour Paris !
|
timezone Europe/Paris --utc
|
||||||
|
|
||||||
# Set root password and activate the account
|
# Set root password and activate the account
|
||||||
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
||||||
@ -108,7 +99,7 @@ firstboot --enable
|
|||||||
ignoredisk --only-use=nvme0n1
|
ignoredisk --only-use=nvme0n1
|
||||||
|
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr
|
bootloader --location=mbr --boot-drive=nvme0n1
|
||||||
|
|
||||||
# WARNING : Dangerous command ! Will clear the Master Boot Record
|
# WARNING : Dangerous command ! Will clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user