2023-05-23 20:46:01 +00:00
|
|
|
# Generated by pykickstart v3.47
|
2021-11-27 09:52:58 +00:00
|
|
|
#version=DEVEL
|
2023-05-23 20:46:01 +00:00
|
|
|
# Use text mode install
|
|
|
|
text
|
|
|
|
# Firewall configuration
|
|
|
|
firewall --enabled
|
|
|
|
# Run the Setup Agent on first boot
|
|
|
|
firstboot --reconfig
|
2021-11-27 09:52:58 +00:00
|
|
|
# Keyboard layouts
|
|
|
|
keyboard --xlayouts='ch (fr)'
|
|
|
|
# System language
|
|
|
|
lang en_US.UTF-8
|
|
|
|
# Network information
|
|
|
|
network --bootproto=dhcp --device=link --hostname=phyllome-alpha --activate
|
2023-05-23 20:46:01 +00:00
|
|
|
# Shutdown after installation
|
|
|
|
shutdown
|
2021-11-27 09:52:58 +00:00
|
|
|
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
|
2023-05-23 20:46:01 +00:00
|
|
|
# Root password
|
|
|
|
rootpw --iscrypted --lock locked
|
2021-11-27 09:52:58 +00:00
|
|
|
# SELinux configuration
|
2023-05-23 20:46:01 +00:00
|
|
|
selinux --disabled
|
2021-11-27 09:52:58 +00:00
|
|
|
# System services
|
2023-05-23 20:46:01 +00:00
|
|
|
services --disabled="sshd" --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"
|
2021-11-27 09:52:58 +00:00
|
|
|
# System bootloader configuration
|
|
|
|
bootloader --location=mbr --timeout=1
|
|
|
|
# Clear the Master Boot Record
|
|
|
|
zerombr
|
|
|
|
# Partition clearing information
|
|
|
|
clearpart --all --initlabel
|
|
|
|
# Disk partitioning information
|
|
|
|
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
|
|
|
part /boot --fstype="ext4" --size=384 --label=boot
|
|
|
|
part / --fstype="ext4" --grow --label=root
|
|
|
|
|
2022-01-11 13:52:57 +00:00
|
|
|
%post --logfile=/opt/base.log
|
2021-11-27 09:52:58 +00:00
|
|
|
|
|
|
|
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
|
|
|
|
dnf update -y # Update the system
|
2021-11-28 17:03:31 +00:00
|
|
|
grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
2021-11-27 09:52:58 +00:00
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%packages --exclude-weakdeps
|
|
|
|
@core
|
|
|
|
@hardware-support
|
|
|
|
fedora-remix-logos
|
|
|
|
generic-logos
|
|
|
|
generic-release
|
|
|
|
generic-release-common
|
|
|
|
generic-release-notes
|
|
|
|
initial-setup
|
2022-01-11 13:52:57 +00:00
|
|
|
libusb
|
2021-11-27 09:52:58 +00:00
|
|
|
nano
|
|
|
|
neofetch
|
|
|
|
pciutils
|
|
|
|
qemu-guest-agent
|
|
|
|
spice-vdagent
|
2022-01-11 13:52:57 +00:00
|
|
|
usbutils
|
2021-11-27 09:52:58 +00:00
|
|
|
wget
|
|
|
|
-fedora-logos
|
|
|
|
-fedora-release
|
|
|
|
-fedora-release-common
|
|
|
|
-fedora-release-identity-basic
|
|
|
|
-fedora-release-notes
|
|
|
|
|
|
|
|
%end
|