reset test fixes for Ganymede_neo (test ISO)

This commit is contained in:
Johannes Kamprad
2026-01-14 14:54:52 +01:00
parent f84a44f2c1
commit 560fdc13bf
2 changed files with 0 additions and 10 deletions
-4
View File
@@ -27,10 +27,6 @@ Main() {
Install_packages linux-firmware-marvell
fi
;;
2026.01.12)
HotMsg "hotfixes Ganymede Neo test ISO $ISO_VERSION."
Install_packages eos-hwtool
;;
"")
HotMsg "ISO version not found." warning
;;
-6
View File
@@ -198,12 +198,6 @@ 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
# testing HotFix Changes
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"
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
;;