Commit e1982cd7 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: dropped smartcard support from rescue

It's rare enough that more complete images could be used, and it pulls in polkit with mozjs which is terrible here. Never been a feature request but rather a TODO item, and image size is what folks seem to be actually concerned with. Reverts: 29ad2393
parent 342bf612
......@@ -243,7 +243,7 @@ distro/regular-rescue: distro/.regular-base mixin/regular-rescue \
use/mediacheck +wireless
@$(call set,KFLAVOURS,un-def)
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
@$(call add,RESCUE_LISTS,$(call tags,base && (smartcard || bench)))
@$(call add,RESCUE_LISTS,$(call tags,base bench))
@$(call add,RESCUE_LISTS,$(call tags,network security))
distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
......
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