Commit c2fb2816 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: replace list base+rescue with livecd-rescue-base-utils

To remove rescue packages after live installation.
parent 054170f7
......@@ -35,8 +35,7 @@ distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
use/syslinux/ui/gfxboot use/grub/ui/gfxboot
@$(call add,THE_BRANDING,bootloader)
@$(call add,THE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm)
@$(call add,LIVE_PACKAGES,livecd-rescue-base-utils)
@$(call add,MAIN_LISTS,kernel-headers)
@$(call add,DEFAULT_SERVICES_DISABLE,gpm powertop)
......
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