mirror of
https://github.com/endeavouros-team/ISO-hotfixes.git
synced 2026-06-13 01:44:35 +00:00
[plasma][netinstall.yaml] Gnymede_Neo fix for firewalld package split upstream
This commit is contained in:
@@ -8,6 +8,7 @@ Details: see files [hotfix-start.bash](hotfix-start.bash) and [hotfix-end.bash](
|
||||
|
||||
Hotfix date | Affected ISO | Hotfix file | Description
|
||||
:--- | :--- | :--- | :---
|
||||
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [plasma] [netinstall.yaml] firewalld package split changes
|
||||
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)
|
||||
2025.11.10| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | [plasma] adding plasma-keyboard, adding python-jinja for glances
|
||||
2025.11.07| EndeavourOS_Mercury-Neo-2025.03.19.iso | hotfix-start.bash | Removed maliit-keyboard and replace libappindicator-gtk3 with libappindicator [plasma]
|
||||
|
||||
@@ -198,6 +198,16 @@ Main() {
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede.patch"
|
||||
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_ganymede.patch"
|
||||
;;
|
||||
|
||||
2026.01.12) # Ganymede_Neo
|
||||
# firewalld package split changes (upstream Archrepo)
|
||||
# changing netinstall.yaml (defaults) and packagechooser.conf (plasma)
|
||||
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_ganymede_neo.patch"
|
||||
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_ganymede_neo.patch"
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/netinstall.yaml_ganymede_neo.patch"
|
||||
patch "/etc/calamares/modules/netinstall.yaml" < "/tmp/netinstall.yaml_ganymede_neo.patch"
|
||||
;;
|
||||
*)
|
||||
HotMsg "no hotfixes for ISO version $ISO_VERSION."
|
||||
;;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- netinstall.yaml 2026-01-12 20:17:40.000000000 +0100
|
||||
+++ netinstall.yaml.patched 2026-02-06 15:11:01.220158580 +0100
|
||||
@@ -194,7 +194,7 @@
|
||||
critical: true
|
||||
packages:
|
||||
- firewalld
|
||||
- - python-pyqt6
|
||||
+ - firewall-applet
|
||||
- name: "LTS kernel in addition"
|
||||
description: "Adding Long Term Supported kernel in addition to main one"
|
||||
hidden: false
|
||||
@@ -1,11 +1,10 @@
|
||||
--- packagechooser.conf 2026-01-12 20:10:47.107938805 +0100
|
||||
+++ packagechooser.conf_ganymede_neo 2026-01-12 21:11:56.692437485 +0100
|
||||
@@ -3,6 +3,8 @@
|
||||
#
|
||||
# Configuration for EndeavourOS Desktop chooser in Calamares
|
||||
|
||||
+# test changes to hotfix for Ganymede_Neo (12.01.2026)
|
||||
+
|
||||
mode: required
|
||||
|
||||
method: netinstall-add
|
||||
--- packagechooser.conf 2026-01-12 20:17:40.000000000 +0100
|
||||
+++ packagechooser.conf.patched 2026-02-06 15:09:45.675185559 +0100
|
||||
@@ -139,7 +139,6 @@
|
||||
- plasma-browser-integration
|
||||
- plasma-desktop
|
||||
- plasma-disks
|
||||
- - plasma-firewall
|
||||
- plasma-keyboard
|
||||
- plasma-nm
|
||||
- plasma-pa
|
||||
|
||||
Reference in New Issue
Block a user