[postcfg] fix last commit

This commit is contained in:
Philip Müller 2018-09-25 20:21:26 +02:00
parent 6e81d0fe3a
commit cf55b16914

View File

@ -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