Extract parameters from core, and create new ingredients out of it, including for security., network, or services

This commit is contained in:
luz
2025-04-29 19:15:33 -05:00
parent 483fad16f4
commit c7e7c8f21a
5 changed files with 46 additions and 8 deletions

View File

@ -5,15 +5,8 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
#
# What ? This kickstart file provides the basic block to build a minimal operating system based on Fedora
# What ? This kickstart ingredients define the installation method
text # Perform the kickstart installation in text mode
rootpw --lock --iscrypted locked # Lock the root account
selinux --disabled # Make sure SELinux is disabled ; other option: --enforcing
firewall --disable # Make sure the firewall is disabled
services --enabled=NetworkManager,chronyd,systemd-resolved
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
poweroff # Shut down the system after a successful installation