Commit cbe432c6 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Remove menuentry "LiveCD" from GRUB menu

and also restore function "savedefault" and menuentry "UEFI Settings" that were deleted at the same time.
parent 66cfc5d6
...@@ -31,6 +31,8 @@ mixin/alt-server: +systemd \ ...@@ -31,6 +31,8 @@ mixin/alt-server: +systemd \
use/tty use/tty
@$(call set,INSTALLER,centaurus) @$(call set,INSTALLER,centaurus)
@$(call set,BRANDING,alt-server) @$(call set,BRANDING,alt-server)
@$(call set,GRUB_DIRECT,1)
@$(call add,GRUB_CFG,defaults fwsetup_efi)
@$(call set,THE_APT_CONF,branch-gostcrypto) @$(call set,THE_APT_CONF,branch-gostcrypto)
@$(call set,DISABLE_LANG_MENU,in_grub) @$(call set,DISABLE_LANG_MENU,in_grub)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment