Skip to content

Commit

Permalink
Fix to fstab zstd:9
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed May 12, 2024
1 parent 640b37c commit 11503a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/bin/grub-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Session=/usr/share/xsessions/plasma-biglinux-x11.desktop" > $(echo "$*" | sed 's

sed -i "s|Session=plasma.desktop|Session=plasma-biglinux-x11.desktop|g" $(echo "$*" | sed 's|etc/default/grub|etc/sddm.conf|g')

# use compress-force=zstd:5 in /git
sed -i 's|subvol=/@,defaults,noatime,compress=zstd|subvol=/@,defaults,noatime,compress-force=zstd:5|g' $(echo "$*" | sed 's|etc/default/grub|/etc/fstab|g')
# use compress-force=zstd:5 in / and not number in all other
sed -i -e '/\s\/\s/ s/zstd:9/zstd:5/' -e '/\s\/\s/! s/zstd:9/zstd/' $(echo "$*" | sed 's|etc/default/grub|/etc/fstab|g')

# Save default KDE configuration

Expand Down

0 comments on commit 11503a0

Please sign in to comment.