From 92fb8bd3611c6270a42f69221e35fb46101f30a7 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 4 Mar 2013 01:22:10 +0400 Subject: [PATCH] rescue: add security related pkglists as well It's currently security+extra. --- features.in/rescue/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/rescue/config.mk b/features.in/rescue/config.mk index cd468d45..dab3ec69 100644 --- a/features.in/rescue/config.mk +++ b/features.in/rescue/config.mk @@ -3,4 +3,4 @@ use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \ @$(call add_feature) @$(call add,RESCUE_LISTS, openssh \ $(call tags,(base || extra || server || misc) && \ - (rescue || network))) + (rescue || network || security)))