From e6f991d5dc51ffed24feea1ccdafddf01ec40eb3 Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 27 May 2023 15:31:41 +0200 Subject: [PATCH] few changes untested --- ingredients/base-nano.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ingredients/base-nano.cfg b/ingredients/base-nano.cfg index 6b7284d..ee21b97 100644 --- a/ingredients/base-nano.cfg +++ b/ingredients/base-nano.cfg @@ -9,19 +9,20 @@ 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 timezone Europe/Paris --utc # Set system timezone to Paris rootpw --lock --iscrypted locked # Lock the root account -selinux --enforcing # Make sure SELinux is in enforced mode -firewall --enabled --service=mdns # Make sure the firewall is enabled -services --enabled=NetworkManager --disabled=sshd +selinux --disabled # Make sure SELinux is disabled / Other option: --enforcing +firewall --enabled # Make sure the firewall is enabled +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 zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record 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