Skip to content

Commit

Permalink
live: add mokutil, pesign for rescue mode on x86_64
Browse files Browse the repository at this point in the history
Utilities for diagnostic UEFI Secure Boot.
  • Loading branch information
antohami committed Sep 2, 2024
1 parent 2f3744e commit 498c6f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features.in/live/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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,\
Expand Down

0 comments on commit 498c6f7

Please sign in to comment.