mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[fstab] Remove space_cache from btrfs mount options
This commit is contained in:
parent
4fb8993a38
commit
0bef2a91a1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
# options from this mapping.
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,noatime,space_cache,autodefrag,compress=zstd
|
||||
btrfs: defaults,noatime,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue