summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/efi-boot-generator/efi-boot-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c
index 0e2666214..606d35bf7 100644
--- a/src/efi-boot-generator/efi-boot-generator.c
+++ b/src/efi-boot-generator/efi-boot-generator.c
@@ -96,7 +96,7 @@ int main(int argc, char *argv[]) {
"[Mount]\n"
"Where=/boot\n"
"What=%s\n"
- "Options=umask=0077\n",
+ "Options=umask=0077,noauto\n",
fsck, fsck, what);
name = strappenda(arg_dest, "/boot.automount");