89 lines
2.0 KiB
INI
89 lines
2.0 KiB
INI
# Generated by pykickstart v3.62
|
|
#version=DEVEL
|
|
# Use text mode install
|
|
text
|
|
# Firewall configuration
|
|
firewall --disabled
|
|
# Run the Setup Agent on first boot
|
|
firstboot --reconfig
|
|
# Keyboard layouts
|
|
keyboard --xlayouts='ch (fr)'
|
|
# System language
|
|
lang en_US.UTF-8
|
|
# Network information
|
|
network --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate
|
|
# Shutdown after installation
|
|
shutdown
|
|
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
|
|
# Root password
|
|
rootpw --iscrypted --lock locked
|
|
# SELinux configuration
|
|
selinux --disabled
|
|
# System services
|
|
services --enabled="NetworkManager,systemd-resolved"
|
|
# System timezone
|
|
timezone Europe/Paris --utc
|
|
# Use network installation
|
|
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
|
|
# System bootloader configuration
|
|
bootloader --location=mbr --timeout=1 --sdboot
|
|
# Clear the Master Boot Record
|
|
zerombr
|
|
# Partition clearing information
|
|
clearpart --all --initlabel
|
|
# Disk partitioning information
|
|
part /boot/efi --fstype="efi" --size=1024 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
|
part /boot --fstype="ext4" --size=512 --label=boot
|
|
part / --fstype="ext4" --grow --label=root
|
|
|
|
%post --logfile=/mnt/sysimage/root/post.log
|
|
|
|
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
|
dnf update -y # Update the system
|
|
grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
|
|
|
%end
|
|
|
|
%packages --exclude-weakdeps
|
|
basesystem
|
|
bash
|
|
curl
|
|
dhcp-client
|
|
dnf5
|
|
dracut
|
|
filesystem
|
|
glibc
|
|
hostname
|
|
initial-setup
|
|
iproute
|
|
iputils
|
|
kbd
|
|
kernel
|
|
ncurses
|
|
parted
|
|
procps-ng
|
|
qemu-guest-agent
|
|
rootfiles
|
|
rpm
|
|
setup
|
|
shadow-utils
|
|
spice-vdagent
|
|
systemd
|
|
util-linux
|
|
-audit
|
|
-coreutils
|
|
-e2fsprogs
|
|
-less
|
|
-man-db
|
|
-openssh-clients
|
|
-openssh-server
|
|
-policycoreutils
|
|
-selinux-policy-targeted
|
|
-sssd-common
|
|
-sssd-kcm
|
|
-sudo
|
|
-vim-minimal
|
|
|
|
%end
|