Commit 498c6f76 authored by Anton Midyukov's avatar Anton Midyukov

live: add mokutil, pesign for rescue mode on x86_64

Utilities for diagnostic UEFI Secure Boot.
parent 2f3744e7
......@@ -105,6 +105,9 @@ endif
use/live/rescue: use/live use/grub/live-rescue.cfg use/syslinux/live-rescue.cfg
@$(call add,LIVE_PACKAGES,livecd-rescue-utility)
@$(call add,LIVE_LISTS,tagged/base+rescue)
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,LIVE_PACKAGES,pesign mokutil)
endif
use/live/rescue/extra: use/live/rescue
@$(call add,LIVE_LISTS,\
......
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