[postcfg] enable 'menu_auto_hide' when supported
This commit is contained in:
parent
0bdc8f11db
commit
749ca3f287
@ -101,6 +101,10 @@ class ConfigController:
|
|||||||
and libcalamares.globalstorage.value("bootLoader") is not None:
|
and libcalamares.globalstorage.value("bootLoader") is not None:
|
||||||
target_env_call(["update-grub"])
|
target_env_call(["update-grub"])
|
||||||
|
|
||||||
|
# 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", "boot_success=1"])
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user