add logs, reconfig system

This commit is contained in:
luz
2025-04-30 16:48:15 -05:00
parent 4b2fb19472
commit 805e31db25
17 changed files with 71 additions and 14 deletions

View File

@@ -7,10 +7,10 @@
# What ? This kickstart file provides the basic plumbing for initial-setup to launch on the first system start-up.
firstboot --enable --reconfig # Initial Setup will start after the first reboot
firstboot --reconfig # Initial Setup will start after the first reboot
%packages --exclude-weakdeps # Beginning of the packages section. Do not include weak dependencies.
initial-setup # Install the initial setup package.
initial-setup # Install the initial setup package
%end # End of the packages section