[neon/neon/calamares-settings/Neon/release] desktop/usr/share/calamares/modules/neon-fs-cleanup: it's btrfs-progs nowadays

Carlos De Maine null at kde.org
Thu Feb 13 01:58:38 GMT 2025


Git commit 004495653a5dc165f03c86afda574abb3e9d1b27 by Carlos De Maine.
Committed on 13/02/2025 at 01:58.
Pushed by carlosdem into branch 'Neon/release'.

it's btrfs-progs nowadays 
CCBUG: 497357

M  +1    -1    desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py

https://invent.kde.org/neon/neon/calamares-settings/-/commit/004495653a5dc165f03c86afda574abb3e9d1b27

diff --git a/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py b/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
index ec8afb3..ea3b68d 100644
--- a/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
+++ b/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
@@ -12,7 +12,7 @@ def run():
     """ Cleaning up filesystem tools (must run after packages cleanup) """
 
     optional_filesystems = {
-        'btrfs': 'btrfs-tools',
+        'btrfs': 'btrfs-progs',
         'jfs': 'jfsutils',
         'reiserfs': 'reiserfsprogs',
         'xfs': 'xfsprogs'


More information about the Neon-commits mailing list