This commit is contained in:
lukas 2023-05-27 15:35:19 +02:00
parent 20ed966ff2
commit cadcce3f4c

View File

@ -3,7 +3,7 @@
# Use text mode install
text
# Firewall configuration
firewall --enabled --service=mdns
firewall --enabled
# Run the Setup Agent on first boot
firstboot --reconfig
# Keyboard layouts
@ -19,15 +19,15 @@ repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?
# Root password
rootpw --iscrypted --lock locked
# SELinux configuration
selinux --enforcing
selinux --disabled
# System services
services --disabled="sshd" --enabled="NetworkManager"
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"
# System bootloader configuration
bootloader --location=none
bootloader --location=mbr --timeout=1
# Clear the Master Boot Record
zerombr
# Partition clearing information