From 26160283264c16a9a79b6b129ddd558f1cc95d5a Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 17 Jul 2021 15:36:59 +0200 Subject: [PATCH] documentation: README.md: rephrase note on ubuntu @subvol notation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 768384b..6c246d8 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,10 @@ your root filesystem `/`. /dev/sda1 /mnt/btr_pool btrfs subvolid=5,noatime 0 0 -Note that many linux distributions use subvolume names `@` for rootfs -(mounted at `/`) and `@home` for `/home`. If this is the case on your -file system, replace the subvolume options in the examples -accordingly. +Note that some default btrfs installations (e.g. Ubuntu) use subvolume +names `@` for rootfs (mounted at `/`) and `@home` for `/home`, as a +naming convention. If this is the case on your file system, replace +the `subvolume` delcarations in the examples accordingly. [btrbk.conf(5)]: https://digint.ch/btrbk/doc/btrbk.conf.5.html