From 0b1ade5771e93b386b60fbd039a8c5ce78d34066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Thu, 30 Apr 2026 12:36:05 +0200 Subject: [PATCH] Anaconda ks.cfg: use also nvme drives --- ks_base_profiles/cinnamon_fullsetup.cfg | 5 ++--- ks_base_profiles/kde_fullsetup.cfg | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ks_base_profiles/cinnamon_fullsetup.cfg b/ks_base_profiles/cinnamon_fullsetup.cfg index 5833e0d..c8a2743 100644 --- a/ks_base_profiles/cinnamon_fullsetup.cfg +++ b/ks_base_profiles/cinnamon_fullsetup.cfg @@ -82,9 +82,8 @@ authselect enable-feature with-fingerprint # Generated using Blivet version 3.12.1 -ignoredisk --only-use=sda -# Partition clearing information -#clearpart --none --initlabel +ignoredisk --only-use=sda,nvme0n1 +# Partition clearing information - do NOT USE --initlabel ! clearpart --none autopart --type=btrfs diff --git a/ks_base_profiles/kde_fullsetup.cfg b/ks_base_profiles/kde_fullsetup.cfg index 4e0774b..235b498 100644 --- a/ks_base_profiles/kde_fullsetup.cfg +++ b/ks_base_profiles/kde_fullsetup.cfg @@ -93,9 +93,8 @@ nss-pam-ldapd authselect enable-feature with-fingerprint # Generated using Blivet version 3.12.1 -ignoredisk --only-use=sda -# Partition clearing information -#clearpart --none --initlabel +ignoredisk --only-use=sda,nvme0n1 +# Partition clearing information - do NOT USE --initlabel ! clearpart --none autopart --type=btrfs