mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Rm MOUNT_OPTIONS for it is of no use and dangerous
Btrfs mount options effects all mount points using the same Btrfs partition, so specifing it per-mount is useless. Also, common mount options like `noatime,nosuid,nodev,noexec` has little to no effect on beesd, so it's just better and simpler to remove this. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
@ -18,9 +18,6 @@ UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||
## Options to apply, see `beesd --help` for details
|
||||
# OPTIONS="--strip-paths --no-timestamps"
|
||||
|
||||
## Mount options
|
||||
# MOUNT_OPTIONS=""
|
||||
|
||||
## Bees DB size
|
||||
# Hash Table Sizing
|
||||
# sHash table entries are 16 bytes each
|
||||
|
Reference in New Issue
Block a user