Skip to content

Commit c0d4ac6

Browse files
committed
[plasma][netinstall.yaml] Gnymede_Neo fix for firewalld package split upstream
1 parent 560fdc1 commit c0d4ac6

4 files changed

Lines changed: 32 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Details: see files [hotfix-start.bash](hotfix-start.bash) and [hotfix-end.bash](
88

99
Hotfix date | Affected ISO | Hotfix file | Description
1010
:--- | :--- | :--- | :---
11+
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [plasma] [netinstall.yaml] firewalld package split changes
1112
2026.01.01| EndeavourOS_Ganymede-2025.11.24.iso | hotfix-start.bash | [cinnamon] [budgie] nemo-preview removed from Cinnamon and Budgie (not on Archrepo anymore)
1213
2025.11.10| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | [plasma] adding plasma-keyboard, adding python-jinja for glances
1314
2025.11.07| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | Removed maliit-keyboard and replace libappindicator-gtk3 with libappindicator [plasma]

hotfix-start.bash

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,16 @@ Main() {
198198
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede.patch"
199199
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_ganymede.patch"
200200
;;
201+
202+
2026.01.12) # Ganymede_Neo
203+
# firewalld package split changes (upstream Archrepo)
204+
# changing netinstall.yaml (defaults) and packagechooser.conf (plasma)
205+
206+
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede_neo.patch"
207+
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_ganymede_neo.patch"
208+
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/netinstall.yaml_ganymede_neo.patch"
209+
patch "/etc/calamares/modules/netinstall.yaml" < "/tmp/netinstall.yaml_ganymede_neo.patch"
210+
;;
201211
*)
202212
HotMsg "no hotfixes for ISO version $ISO_VERSION."
203213
;;

netinstall.yaml_ganymede_neo.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- netinstall.yaml 2026-01-12 20:17:40.000000000 +0100
2+
+++ netinstall.yaml.patched 2026-02-06 15:11:01.220158580 +0100
3+
@@ -194,7 +194,7 @@
4+
critical: true
5+
packages:
6+
- firewalld
7+
- - python-pyqt6
8+
+ - firewall-applet
9+
- name: "LTS kernel in addition"
10+
description: "Adding Long Term Supported kernel in addition to main one"
11+
hidden: false
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
--- packagechooser.conf 2026-01-12 20:10:47.107938805 +0100
2-
+++ packagechooser.conf_ganymede_neo 2026-01-12 21:11:56.692437485 +0100
3-
@@ -3,6 +3,8 @@
4-
#
5-
# Configuration for EndeavourOS Desktop chooser in Calamares
6-
7-
+# test changes to hotfix for Ganymede_Neo (12.01.2026)
8-
+
9-
mode: required
10-
11-
method: netinstall-add
1+
--- packagechooser.conf 2026-01-12 20:17:40.000000000 +0100
2+
+++ packagechooser.conf.patched 2026-02-06 15:09:45.675185559 +0100
3+
@@ -139,7 +139,6 @@
4+
- plasma-browser-integration
5+
- plasma-desktop
6+
- plasma-disks
7+
- - plasma-firewall
8+
- plasma-keyboard
9+
- plasma-nm
10+
- plasma-pa

0 commit comments

Comments
 (0)