few changes

untested
This commit is contained in:
lukas 2023-05-27 15:31:41 +02:00
parent 98df76dc73
commit e6f991d5dc

View File

@ -9,19 +9,20 @@
text # Perform installation in text mode text # Perform installation in text mode
keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandie keyboard --xlayouts='ch (fr)' # set keyboard layouts for Romandy
lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK
timezone Europe/Paris --utc # Set system timezone to Paris timezone Europe/Paris --utc # Set system timezone to Paris
rootpw --lock --iscrypted locked # Lock the root account rootpw --lock --iscrypted locked # Lock the root account
selinux --enforcing # Make sure SELinux is in enforced mode selinux --disabled # Make sure SELinux is disabled / Other option: --enforcing
firewall --enabled --service=mdns # Make sure the firewall is enabled firewall --enabled # Make sure the firewall is enabled
services --enabled=NetworkManager --disabled=sshd services --enabled=NetworkManager,systemd-resolved --disabled=sshd
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default. clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1.
%packages --excludedocs --nocore --exclude-weakdeps %packages --excludedocs --nocore --exclude-weakdeps