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