From 67aedd5582c3c1426331e49ed0e8768000dfd3c3 Mon Sep 17 00:00:00 2001 From: Chrysostomus Date: Sat, 6 Feb 2021 19:54:29 +0200 Subject: [PATCH] Move comments closer to where they are used --- src/modules/mount/mount.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/mount/mount.conf b/src/modules/mount/mount.conf index b96d4576a..6168e97cc 100644 --- a/src/modules/mount/mount.conf +++ b/src/modules/mount/mount.conf @@ -19,10 +19,6 @@ # The device is not mounted if the mountPoint is unset or if the fs is # set to unformatted. # ---- -# Btrfs subvolumes to create if root filesystem is on btrfs volume. -# If mountpoint is mounted already to another partition, it is ignored. -# Separate subvolume for swapfile is handled separately and automatically. extraMounts: - device: proc fs: proc @@ -45,6 +41,10 @@ extraMountsEfi: fs: efivarfs mountPoint: /sys/firmware/efi/efivars +# Btrfs subvolumes to create if root filesystem is on btrfs volume. +# If mountpoint is mounted already to another partition, it is ignored. +# Separate subvolume for swapfile is handled separately and automatically. + btrfsSubvolumes: - mountPoint: / subvolume: /@