ks.cfg: next test

This commit is contained in:
Daniel Pätzold
2026-04-10 21:24:04 +02:00
parent d493a490bb
commit a6f9709b9f
+24 -22
View File
@@ -1,24 +1,32 @@
graphical
text
skipx
cdrom
# Keyboard layouts # Keyboard layouts
keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)' keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
# System language # System language
lang de_DE.UTF-8 lang de_DE.UTF-8
# System timezone
timezone Europe/Berlin --utc
%packages %packages
@^kde-desktop-environment #@^kde-desktop-environment
@admin-tools @admin-tools
@development-tools
@domain-client @domain-client
@editors
@firefox
@kde-apps
@kde-desktop
@kde-media
@kde-spin-initial-setup
@libreoffice
@office
@sound-and-video
@system-tools @system-tools
@vlc #@development-tools
#@editors
#@firefox
#@kde-apps
#@kde-desktop
#@kde-media
#@kde-spin-initial-setup
#@libreoffice
#@office
#@sound-and-video
#@vlc
%end %end
@@ -29,24 +37,18 @@ authselect enable-feature with-fingerprint
firstboot --enable firstboot --enable
timesource --ntp-server=_gateway timesource --ntp-server=_gateway
# System timezone
timezone Europe/Berlin --utc
# Generated using Blivet version 3.12.1 # Generated using Blivet version 3.12.1
ignoredisk --only-use=sda ignoredisk --only-use=sda
# Partition clearing information # Partition clearing information
clearpart --none --initlabel #clearpart --none --initlabel
# Disk partitioning information clearpart --none
part biosboot --fstype="biosboot" --ondisk=sda --size=1 autopart --type=btrfs
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 # 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. # 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 rootpw --iscrypted $y$j9T$jpKVkxaFqL6GH6GAgB0Yb/$oc.rfZgnHNlTAIj/boJeI.ZFf1QHvMF7fymZww9bzE3
%post %post --log=/root/ks-post.log
/bin/sh /mnt/tmp/system_setup/setup_system_full.sh install /bin/sh /mnt/tmp/system_setup/setup_system_full.sh install
%end %end