Commit 365c914a authored by Michael Shigorin's avatar Michael Shigorin

rescue: added rescue+fs pkglist

The changes in commits gb3e3234c and ga860b179 were actually useless as rescue+fs list wasn't included into RESCUE_LISTS... and I need pv(1) for convenient local disk cloning with time estimate.
parent 05cb913b
......@@ -8,8 +8,8 @@ ifneq (,$(EFI_BOOTLOADER))
@$(call add,RESCUE_PACKAGES,grub2-efi)
endif
@$(call add,RESCUE_LISTS, openssh \
$(call tags,(base || extra || server || backup || misc) && \
(rescue || comm || network || security || archive)))
$(call tags,(base || extra || server || backup || misc || fs) \
&& (rescue || comm || network || security || archive)))
# rw slice, see also use/live/rw (don't use simultaneously)
ifeq (,$(EFI_BOOTLOADER))
......
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