[neon/neon/calamares-settings/Neon/release] desktop/usr/share/calamares/modules/neon-fs-cleanup: jfsutils is being removed in an earlier step as it is a dep of neon-live, comment it out as it breaks in offline mode
Carlos De Maine
null at kde.org
Fri Apr 11 06:09:35 BST 2025
Git commit 1b9c737781c9036e5cece6d7e159642f65e888bb by Carlos De Maine.
Committed on 11/04/2025 at 05:09.
Pushed by carlosdem into branch 'Neon/release'.
jfsutils is being removed in an earlier step as it is a dep of neon-live, comment it out as it breaks in offline mode
M +1 -1 desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
https://invent.kde.org/neon/neon/calamares-settings/-/commit/1b9c737781c9036e5cece6d7e159642f65e888bb
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 ea3b68d..f6cc50f 100644
--- a/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
+++ b/desktop/usr/share/calamares/modules/neon-fs-cleanup/main.py
@@ -13,7 +13,7 @@ def run():
optional_filesystems = {
'btrfs': 'btrfs-progs',
- 'jfs': 'jfsutils',
+ # 'jfs': 'jfsutils',
'reiserfs': 'reiserfsprogs',
'xfs': 'xfsprogs'
}
More information about the Neon-commits
mailing list