From d493a490bba1df29df129b9ca28c115ef39d2e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Fri, 10 Apr 2026 19:24:50 +0200 Subject: [PATCH] ks.cfg: Full, test --- ks.cfg | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/ks.cfg b/ks.cfg index 7ad8467..ab73aba 100644 --- a/ks.cfg +++ b/ks.cfg @@ -1,2 +1,52 @@ -%include /ks_base_profiles/kde_fullsetup.cfg -%include /ks_base_profiles/part_sda.cfg +# Keyboard layouts +keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)' +# System language +lang de_DE.UTF-8 + +%packages +@^kde-desktop-environment +@admin-tools +@development-tools +@domain-client +@editors +@firefox +@kde-apps +@kde-desktop +@kde-media +@kde-spin-initial-setup +@libreoffice +@office +@sound-and-video +@system-tools +@vlc + +%end + +# System authorization information +authselect enable-feature with-fingerprint + +# Run the Setup Agent on first boot +firstboot --enable + +timesource --ntp-server=_gateway +# System timezone +timezone Europe/Berlin --utc + +# Generated using Blivet version 3.12.1 +ignoredisk --only-use=sda +# Partition clearing information +clearpart --none --initlabel +# Disk partitioning information +part biosboot --fstype="biosboot" --ondisk=sda --size=1 +part btrfs.69 --fstype="btrfs" --ondisk=sda --size=80000 +part /boot --fstype="xfs" --ondisk=sda --size=2048 +btrfs none --label=fedora btrfs.69 +btrfs / --subvol --name=root LABEL=fedora + +# Root password +# This Password is completely unknown to anyone. After installation, the PC should be Member of Domain and the users may use sudo to become superuser. +rootpw --iscrypted $y$j9T$jpKVkxaFqL6GH6GAgB0Yb/$oc.rfZgnHNlTAIj/boJeI.ZFf1QHvMF7fymZww9bzE3 + +%post +/bin/sh /mnt/tmp/system_setup/setup_system_full.sh install +%end