diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-21 12:35:46 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-21 12:36:05 +0100 |
commit | 0b9e3f2cfdd8bc365f98e5544c7c3f5ac94d0965 (patch) | |
tree | 54dbfbb08712467dec844c7c7bfae4fae8b3bf2e /src/efi-boot-generator/efi-boot-generator.c | |
parent | fa0fed49751f8fa7c5306877835595f5de184720 (diff) |
efi-boot-generator: don't mount /boot eagerly
Diffstat (limited to 'src/efi-boot-generator/efi-boot-generator.c')
-rw-r--r-- | src/efi-boot-generator/efi-boot-generator.c | 2 |
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 0e2666214f..606d35bf79 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"); |