Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2024-03-11 03:09:26 -0400
committerGitHub <noreply@github.com>2024-03-11 08:09:26 +0100
commitc210cdcb8f0883ac13a6ee22aebb8f01f3043e09 (patch)
tree2d6b33e57f8a9cfc1052bd6e8a231859acc194a3 /docs
parent1064f74846035afb3ffcf05e49d968d5da6d5521 (diff)
Fix Btrfs mount options (#2404)
Diffstat (limited to 'docs')
-rw-r--r--docs/cli_parameters/config/disk_config.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/cli_parameters/config/disk_config.rst b/docs/cli_parameters/config/disk_config.rst
index 3dc01fb2..b09d0dc0 100644
--- a/docs/cli_parameters/config/disk_config.rst
+++ b/docs/cli_parameters/config/disk_config.rst
@@ -186,34 +186,24 @@ This example contains both subvolumes and compression.
{
"btrfs": [
{
- "compress": false,
"mountpoint": "/",
"name": "@",
- "nodatacow": false
},
{
- "compress": false,
"mountpoint": "/home",
"name": "@home",
- "nodatacow": false
},
{
- "compress": false,
"mountpoint": "/var/log",
"name": "@log",
- "nodatacow": false
},
{
- "compress": false,
"mountpoint": "/var/cache/pacman/pkg",
"name": "@pkg",
- "nodatacow": false
},
{
- "compress": false,
"mountpoint": "/.snapshots",
"name": "@.snapshots",
- "nodatacow": false
}
],
"dev_path": null,