From cf55b16914f94638984a8adda4848b9a7f805922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 25 Sep 2018 20:21:26 +0200 Subject: [PATCH] [postcfg] fix last commit --- src/modules/postcfg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/postcfg/main.py b/src/modules/postcfg/main.py index 6b78f6e8c..5f0c4d4ad 100644 --- a/src/modules/postcfg/main.py +++ b/src/modules/postcfg/main.py @@ -103,7 +103,7 @@ class ConfigController: # Enable 'menu_auto_hide' when supported in grubenv if exists(join(self.root, "usr/bin/grub-set-bootflag")): - target_env_call(["grub-editenv - set menu_auto_hide=1"]) + target_env_call(["grub-editenv", "-", "set", "menu_auto_hide=1", "boot_success=1"]) return None