Skip to content

Commit

Permalink
compression is not compatible with nodatacow and has no effect here
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Apr 1, 2024
1 parent af9fe8c commit a98424a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ Subsystem sftp /usr/lib/ssh/sftp-server
echo "
LABEL=frzr_root / btrfs subvol=deployments/${SYSTEM_NAME}-${VERSION},ro,noatime,nodatacow 0 0
LABEL=frzr_root /var btrfs subvol=var,rw,noatime,nodatacow,compress=zstd:3 0 0
LABEL=frzr_root /home btrfs subvol=home,rw,noatime,nodatacow,compress=zstd:3 0 0
LABEL=frzr_root /frzr_root btrfs subvol=/,rw,noatime,nodatacow,compress=zstd:3 0 0
LABEL=frzr_root /var btrfs subvol=var,rw,noatime,nodatacow 0 0
LABEL=frzr_root /home btrfs subvol=home,rw,noatime,nodatacow 0 0
LABEL=frzr_root /frzr_root btrfs subvol=/,rw,noatime,nodatacow 0 0
LABEL=frzr_efi /boot vfat rw,noatime,nofail 0 0
" > /etc/fstab
Expand Down

0 comments on commit a98424a

Please sign in to comment.