[systemd-commits] src/efi-boot-generator

Tom Gundersen tomegun at kemper.freedesktop.org
Thu Nov 21 05:19:40 PST 2013


 src/efi-boot-generator/efi-boot-generator.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b9e3f2cfdd8bc365f98e5544c7c3f5ac94d0965
Author: Tom Gundersen <teg at jklm.no>
Date:   Thu Nov 21 12:35:46 2013 +0100

    efi-boot-generator: don't mount /boot eagerly

diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c
index 0e26662..606d35b 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");



More information about the systemd-commits mailing list