From dab841df0224ddf6b03a447cfe05b2a5edde9acc Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 2 Aug 2019 09:27:54 +0200 Subject: [PATCH] [fstab] Tighten up the *efiMountOptions* documentation --- src/modules/fstab/fstab.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/fstab/fstab.conf b/src/modules/fstab/fstab.conf index 06a935e3a..b2f3de361 100644 --- a/src/modules/fstab/fstab.conf +++ b/src/modules/fstab/fstab.conf @@ -12,9 +12,9 @@ mountOptions: default: defaults,noatime btrfs: defaults,noatime,space_cache,autodefrag -# Mount options to use for the EFI System Partition. If not defined, it -# takes either the value of *vfat*, or if also missing, *default* from -# *mountOptions* +# 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, +# *default* from *mountOptions*. efiMountOptions: umask=0077 # If a filesystem is on an SSD, add the following options. If a specific