Fedora 44, install/configure improvements, Nextcloud desktop client fixes #24

Merged
obel1x merged 27 commits from unbrot/fedora-OEMDRV:main into main 2026-05-04 17:00:04 +02:00
3 changed files with 7 additions and 4 deletions
Showing only changes of commit db61cf36cd - Show all commits
+3
View File
@@ -65,6 +65,9 @@ else
echo "The Drive ${SYSDRIVE} contains a GPT." echo "The Drive ${SYSDRIVE} contains a GPT."
fi fi
# Write the target disk for %include in the kickstart main section
echo "ignoredisk --only-use=${SYSDRIVE:5}" > /tmp/disk-include.cfg
OEMDRVPARTSHORT=${OEMDRVPART:5} OEMDRVPARTSHORT=${OEMDRVPART:5}
ALLPARTS=$(lsblk -n -l -o NAME "${SYSDRIVE}" -Q 'TYPE=="part"') ALLPARTS=$(lsblk -n -l -o NAME "${SYSDRIVE}" -Q 'TYPE=="part"')
REMPARTS=$(echo "$ALLPARTS" | grep -v "${OEMDRVPARTSHORT}") REMPARTS=$(echo "$ALLPARTS" | grep -v "${OEMDRVPARTSHORT}")
+2 -2
View File
@@ -81,8 +81,8 @@ nss-pam-ldapd
authselect enable-feature with-fingerprint authselect enable-feature with-fingerprint
# Generated using Blivet version 3.12.1 # Disk selection written by %pre via basic_pre_script.inc
ignoredisk --only-use=sda,nvme0n1 %include /tmp/disk-include.cfg
# Partition clearing information - do NOT USE --initlabel ! # Partition clearing information - do NOT USE --initlabel !
clearpart --none clearpart --none
autopart --type=btrfs autopart --type=btrfs
+2 -2
View File
@@ -92,8 +92,8 @@ nss-pam-ldapd
# System authorization information # System authorization information
authselect enable-feature with-fingerprint authselect enable-feature with-fingerprint
# Generated using Blivet version 3.12.1 # Disk selection written by %pre via basic_pre_script.inc
ignoredisk --only-use=sda,nvme0n1 %include /tmp/disk-include.cfg
# Partition clearing information - do NOT USE --initlabel ! # Partition clearing information - do NOT USE --initlabel !
clearpart --none clearpart --none
autopart --type=btrfs autopart --type=btrfs