mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Merge pull request #1777 from librewish/btrfs_additions
[fstab] Improve btrfs mount options
This commit is contained in:
commit
88669a4079
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
# options from this mapping.
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,noatime,space_cache,autodefrag
|
||||
btrfs: defaults,noatime,space_cache,autodefrag,compress=zstd
|
||||
|
||||
# Mount options to use for the EFI System Partition. If not defined, the
|
||||
# *mountOptions* for *vfat* are used, or if that is not set either,
|
||||
|
@ -38,10 +38,10 @@ efiMountOptions: umask=0077
|
|||
# swap: discard
|
||||
# btrfs: discard,compress=lzo
|
||||
#
|
||||
# The standard configuration applies only lzo compression to btrfs
|
||||
# The standard configuration applies asynchronous discard support and ssd optimizations to btrfs
|
||||
# and does nothing for other filesystems.
|
||||
ssdExtraMountOptions:
|
||||
btrfs: compress=lzo
|
||||
btrfs: discard=async,ssd
|
||||
|
||||
# Additional options added to each line in /etc/crypttab
|
||||
crypttabOptions: luks
|
||||
|
|
Loading…
Add table
Reference in a new issue