Base Setup

This commit is contained in:
Daniel Pätzold
2026-04-08 18:39:33 +02:00
parent e7b1f3754a
commit c9e38bba32
4 changed files with 14 additions and 19 deletions
+2 -1
View File
@@ -1 +1,2 @@
%include ks_pc_prof/pc-9cdb93ef7c20.cfg
%include /ks_base_profiles/kde_fullsetup.cfg
%include /ks_base_profiles/part_sda.cfg
-16
View File
@@ -34,22 +34,6 @@ authselect enable-feature with-fingerprint
# Run the Setup Agent on first boot
firstboot --enable
# Generated using Blivet version 3.12.1
ignoredisk --only-use=nvme0n1
# Partition clearing information
clearpart --none --initlabel
# Disk partitioning information
part /boot/efi --fstype="efi" --ondisk=nvme0n1 --size=600 --fsoptions="umask=0077,shortname=winnt"
#part /sys_config --fstype="ext4" --noformat --onpart=UUID=3f9837da-5a46-4da1-a98b-62a8899e63cb --label=OEMDRV
part /sys_config --fstype="ext4" --noformat --label=OEMDRV
part /boot --fstype="ext4" --ondisk=nvme0n1 --size=2048
#part btrfs.115 --fstype="btrfs" --ondisk=nvme0n1 --size=485249
# Make the Install have 100GB at the beginning
part btrfs.115 --fstype="btrfs" --ondisk=nvme0n1 --size=100000
btrfs none --label=fedora_fedora btrfs.115
btrfs / --subvol --name=root LABEL=fedora_fedora
btrfs /home --subvol --name=home LABEL=fedora_fedora
timesource --ntp-server=_gateway
# System timezone
timezone Europe/Berlin --utc
+10
View File
@@ -0,0 +1,10 @@
# 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
+2 -2
View File
@@ -112,7 +112,7 @@ fi
install_sw()
{
check_root
yum install -y mc htop ipa-client thunderbird pip npm pykickstart gocryptfs mediawriter
dnf install -y mc htop ipa-client thunderbird pykickstart gocryptfs mediawriter
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
#Set default Umask 0077
@@ -195,7 +195,7 @@ case $1 in
echo "Mode: Install"
install_sw
prepare_skel
# firstrun_prepare
firstrun_prepare
;;
'firstrun_prepare')
firstrun_prepare