Files
fedora-OEMDRV/ks.cfg
T
Daniel Pätzold a6f9709b9f ks.cfg: next test
2026-04-10 21:24:04 +02:00

55 lines
1.1 KiB
INI

graphical
text
skipx
cdrom
# Keyboard layouts
keyboard --vckeymap=de-nodeadkeys --xlayouts='de (nodeadkeys)'
# System language
lang de_DE.UTF-8
# System timezone
timezone Europe/Berlin --utc
%packages
#@^kde-desktop-environment
@admin-tools
@domain-client
@system-tools
#@development-tools
#@editors
#@firefox
#@kde-apps
#@kde-desktop
#@kde-media
#@kde-spin-initial-setup
#@libreoffice
#@office
#@sound-and-video
#@vlc
%end
# System authorization information
authselect enable-feature with-fingerprint
# Run the Setup Agent on first boot
firstboot --enable
timesource --ntp-server=_gateway
# Generated using Blivet version 3.12.1
ignoredisk --only-use=sda
# Partition clearing information
#clearpart --none --initlabel
clearpart --none
autopart --type=btrfs
# 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 --log=/root/ks-post.log
/bin/sh /mnt/tmp/system_setup/setup_system_full.sh install
%end