Skip to content

Commit

Permalink
[hotfix-start.bash] remove xfs from offered filesystems in partition …
Browse files Browse the repository at this point in the history
…module
  • Loading branch information
killajoe authored Aug 5, 2023
1 parent 829fa3f commit a4007bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hotfix-start.bash
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Main() {
sed -i 's/ttf-nerd-fonts-symbols-2048-em/ttf-nerd-fonts-symbols/g' /etc/calamares/modules/packagechooser_ce.conf
# [netinstall.yaml] fix cinnamon to not get xdg-desktop-portal-gnome installed
sed -i '/^ - x-apps.*/ a\ - xdg-desktop-portal-gtk' /etc/calamares/modules/netinstall.yaml
# remove xfs from offered filesystems in partition module
# https://github.com/calamares/calamares/issues?q=xfs
sed -i /etc/calamares/modules/partition.conf \
-e 's|availableFileSystemTypes: ["ext4","btrfs","xfs"] |availableFileSystemTypes: ["ext4","btrfs"] |'
;;

*)
Expand Down

0 comments on commit a4007bf

Please sign in to comment.