This commit is contained in:
lukas 2021-06-21 15:13:33 +02:00
commit 3e539c21c3

View File

@ -10,7 +10,7 @@
# USAGE : Press the `tab` key during POST and apend that after the 'quiet' string :
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/f34/bsued.cfg
# Or the shorter version
# Or the shorter version (to be tested)
# inst.ks=url.phyllo.me/bsued.cfg
# ATTENTION : this kickstart file will automatically DESTROY the main NVME disk and all of its contents.
@ -37,29 +37,22 @@
# Orginally generated by pykickstart v3.32
#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 ##
# Perform Installation in Graphical Mode
graphical
# Alternatively, start the installation in text mode. -> To be tested
# text
# Configure cdrom as installation method
# cdrom
## REPOSITORIES ##
# Add repo and mirror
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
# 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-updates --mirrorlist="https://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-34&arch=x86_64" --cost=0
@ -69,15 +62,14 @@ repo --name=rpmfusion-free-updates --mirrorlist="https://mirrors.rpmfusion.org/m
## USER RELATED ##
# Keyboard layouts -> Doesn't seem to survive a reboot
keyboard fr-ch
# Keyboard layouts
# keyboard --vckeymap=fr-ch --xlayouts='fr-ch'
# Set the system language to American English
lang en_US.UTF-8
# lang fr_CH.UTF-8 # Pour la Romandie !
# System timezone
timezone Europe/Paris --utc # Pour Paris !
timezone Europe/Paris --utc
# Set root password and activate the account
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
@ -107,7 +99,7 @@ firstboot --enable
ignoredisk --only-use=nvme0n1
# System bootloader configuration
bootloader --location=mbr
bootloader --location=mbr --boot-drive=nvme0n1
# WARNING : Dangerous command ! Will clear the Master Boot Record
zerombr