summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/efi-boot-generator/efi-boot-generator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c
index 94d733261a..128df85c26 100644
--- a/src/efi-boot-generator/efi-boot-generator.c
+++ b/src/efi-boot-generator/efi-boot-generator.c
@@ -141,7 +141,8 @@ int main(int argc, char *argv[]) {
"[Unit]\n"
"Description=EFI System Partition Automount\n\n"
"[Automount]\n"
- "Where=/boot\n", f);
+ "Where=/boot\n"
+ "TimeoutIdleSec=120\n", f);
fflush(f);
if (ferror(f)) {