Skip to content

Commit

Permalink
[hotfix-start.bash] 2024.06.25) # Endeavour added
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Jul 14, 2024
1 parent 6bc30d4 commit b5da593
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ Main() {
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/packagechooser.conf_gemini_1.patch"
patch "/etc/calamares/modules/packagechooser.conf" < "/tmp/packagechooser.conf_gemini_1.patch"
;;
2024.06.25) # Endeavour
# Move fstab after lukskeyfile job so crypttab is correct [settings_online.conf] [settings_offline.conf]
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/settings_online.conf.patch"
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/settings_offline.conf.patch"
patch "/etc/calamares/settings_online.conf.patch" < "/tmp/settings_online.conf.patch"
patch "/etc/calamares/settings_offline.conf.patch" < "/tmp/settings_offline.conf.patch"
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
;;
Expand Down

0 comments on commit b5da593

Please sign in to comment.