Commit 91fdfb65 authored by Anton Midyukov's avatar Anton Midyukov

live: add metapackage livecd-rescue-base-utils instead list base+rescue

This allows to add a target to distributions that are installed from squash (the package and its dependencies will be removed).
parent 26663424
......@@ -103,7 +103,7 @@ endif
use/live/rescue: use/live use/grub/live-rescue.cfg use/syslinux/live-rescue.cfg
@$(call set,STAGE2_LIVE_RESCUE,yes)
@$(call add,LIVE_PACKAGES,livecd-rescue)
@$(call add,LIVE_LISTS,tagged/base+rescue)
@$(call add,LIVE_PACKAGES,livecd-rescue-base-utils)
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,LIVE_PACKAGES,pesign mokutil)
endif
......
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