mirror of
https://github.com/endeavouros-team/ISO-hotfixes.git
synced 2026-06-13 01:44:35 +00:00
adding packagechooser.conf_titan.patch
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.04.07| EndeavourOS_Titan-2026.03.06.iso | hotfix-start.bash | [xfce4] [packagechooser.conf] xfce4-datetime-plugin removed from repo
|
||||
2026.03.19| EndeavourOS_Titan-2026.03.06.iso | hotfix-start.bash | issue with eos-settings packages using skel getting installed after user creation
|
||||
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [budgie] [packagechooser.conf] Budgie 10.10 package changes
|
||||
2026.01.01| EndeavourOS_Ganymede_Neo-2026.01.12.iso | hotfix-start.bash | [plasma] [netinstall.yaml] firewalld package split changes
|
||||
|
||||
@@ -214,6 +214,8 @@ Main() {
|
||||
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/chrooted_cleaner_script.sh_titan.patch"
|
||||
patch "/etc/calamares/scripts/chrooted_cleaner_script.sh" < "/tmp/chrooted_cleaner_script.sh_titan.patch"
|
||||
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_titan.patch"
|
||||
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_titan.patch"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
--- packagechooser.conf 2026-04-07 17:00:16.722438647 +0200
|
||||
+++ packagechooser.conf.patched 2026-04-07 17:01:05.073968104 +0200
|
||||
@@ -312,7 +312,6 @@
|
||||
- xdg-user-dirs-gtk
|
||||
- xfce4
|
||||
- xfce4-battery-plugin
|
||||
- - xfce4-datetime-plugin
|
||||
- xfce4-mount-plugin
|
||||
- xfce4-netload-plugin
|
||||
- xfce4-notifyd
|
||||
Reference in New Issue
Block a user