From 0b9e3f2cfdd8bc365f98e5544c7c3f5ac94d0965 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 21 Nov 2013 12:35:46 +0100 Subject: [PATCH] efi-boot-generator: don't mount /boot eagerly --- src/efi-boot-generator/efi-boot-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2