Fedora 44, install/configure improvements, Nextcloud desktop client fixes #24
@@ -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}")
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user