Kickstart: do not setup user at first boot and set graphical as default target

This commit is contained in:
Daniel Pätzold
2026-04-22 21:30:52 +02:00
parent 35b6e1ee1a
commit 30bad95316
2 changed files with 7 additions and 2 deletions
+3
View File
@@ -131,6 +131,9 @@ install_sw()
#Set openh264 enabled
dnf config-manager setopt fedora-cisco-openh264.enabled=1
# Set default runlevel to graphical logon
systemctl set-default graphical.target
}
ipa_register_host()