summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-08 23:20:22 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-08 23:20:22 +0200
commit977dce7e5e37574e8c94d0f884f27776b9468774 (patch)
tree913f26c6c1f03266343a1ae3904bbfd8ac3427cb /src
parentda323858ef34a0216aa96f4089810053c90f09ce (diff)
parent158df4b6a63c0d4e4f8de5210581619e7b693fb4 (diff)
Merge pull request #1203 from mus65/fix-esp-options
gpt-auto: fix ESP options and description
Diffstat (limited to 'src')
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index c97be2dabf..bb821797f1 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -526,9 +526,9 @@ static int add_boot(const char *what) {
what,
"/boot",
"vfat",
- "EFI System Partition Automount",
- false,
+ true,
"umask=0077",
+ "EFI System Partition Automount",
120 * USEC_PER_SEC);
return r;