48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
# Generated by pykickstart v3.62
|
|
#version=DEVEL
|
|
# Use text mode install
|
|
text
|
|
# Keyboard layouts
|
|
keyboard --xlayouts='ch (fr)'
|
|
# System language
|
|
lang en_US.UTF-8
|
|
# Shutdown after installation
|
|
shutdown
|
|
repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64
|
|
repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f43&arch=x86_64
|
|
# Root password
|
|
rootpw --plaintext 1234 # Root account is enabled with weak password
|
|
# System timezone
|
|
timezone Europe/Zurich --utc
|
|
# Use network installation
|
|
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64"
|
|
# System bootloader configuration
|
|
bootloader --sdboot
|
|
# Clear the Master Boot Record
|
|
zerombr
|
|
# Partition clearing information
|
|
clearpart --all --initlabel
|
|
# Disk partitioning information
|
|
part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
|
part / --fstype="ext4" --grow --label=root
|
|
|
|
%packages --nocore --inst-langs=en --exclude-weakdeps
|
|
basesystem
|
|
bash
|
|
dracut
|
|
fedora-remix-logos
|
|
filesystem
|
|
generic-logos
|
|
generic-release
|
|
generic-release-common
|
|
generic-release-notes
|
|
glibc
|
|
kernel
|
|
rootfiles
|
|
rpm
|
|
setup
|
|
systemd
|
|
zram-generator-defaults
|
|
|
|
%end
|