Skip to content

Commit

Permalink
[hotfix-start.bash] adding Cassini nova R3 -last weekly rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 20, 2023
1 parent 7348a2c commit f2fc307
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ Main() {
# https://github.com/calamares/calamares/issues?q=xfs
sed -i -e 's/availableFileSystemTypes: \["ext4","btrfs","xfs"\]/availableFileSystemTypes: ["ext4","btrfs"]/g' /etc/calamares/modules/partition.conf
;;

2023.10.13) # Cassini nova R3 -last weekly rebuild
# [netinstall.yaml] fix gnome to get xdg-desktop-portal-gnome installed for dark-light mode switch to work (Gnome 45 change)
# + fixes for KDE (package renaming upstream)
wget -qN -P "/tmp/" "https://raw.githubusercontent.com/endeavouros-team/ISO-hotfixes/main/netinstall.yaml-cassini-R3.patch"
patch "/etc/calamares/modules/netinstall.yaml" < "/tmp/netinstall.yaml-cassini-R3.patch"
;;
*)
HotMsg "no hotfixes for ISO version $ISO_VERSION."
;;
Expand Down

0 comments on commit f2fc307

Please sign in to comment.