diff --git a/system_setup/setup_system_full.sh b/system_setup/setup_system_full.sh index f29f404..06c33a7 100755 --- a/system_setup/setup_system_full.sh +++ b/system_setup/setup_system_full.sh @@ -127,7 +127,7 @@ install_sw() ( sed 's/^UMASK.*022$/UMASK\t077/' /etc/login.defs | sudo tee /etc/login.defs ) >/dev/null #Append OEMDRV mount to SYSCONFIGPATH in fstab - echo "LABEL=OEMDRV ${SYSCONFIGPATH} btrfs noatime,nodiratime,nofail 0 0" >> /etc/fstab + echo "LABEL=OEMDRV ${SYSCONFIGPATH} btrfs noatime,nodiratime,nofail,compress=zstd:6 0 0" >> /etc/fstab #Make KDE single click echo -e "[KDE]\nSingleClick=true" | tee -a /etc/xdg/kdeglobals