summaryrefslogtreecommitdiff
path: root/src/efi-boot-generator
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-11-21 12:35:46 +0100
committerTom Gundersen <teg@jklm.no>2013-11-21 12:36:05 +0100
commit0b9e3f2cfdd8bc365f98e5544c7c3f5ac94d0965 (patch)
tree54dbfbb08712467dec844c7c7bfae4fae8b3bf2e /src/efi-boot-generator
parentfa0fed49751f8fa7c5306877835595f5de184720 (diff)
efi-boot-generator: don't mount /boot eagerly
Diffstat (limited to 'src/efi-boot-generator')
-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");