diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-08 23:20:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-08 23:20:22 +0200 |
commit | 977dce7e5e37574e8c94d0f884f27776b9468774 (patch) | |
tree | 913f26c6c1f03266343a1ae3904bbfd8ac3427cb /src/gpt-auto-generator/gpt-auto-generator.c | |
parent | da323858ef34a0216aa96f4089810053c90f09ce (diff) | |
parent | 158df4b6a63c0d4e4f8de5210581619e7b693fb4 (diff) |
Merge pull request #1203 from mus65/fix-esp-options
gpt-auto: fix ESP options and description
Diffstat (limited to 'src/gpt-auto-generator/gpt-auto-generator.c')
-rw-r--r-- | src/gpt-auto-generator/gpt-auto-generator.c | 4 |
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; |