rescue: added rescue+fs pkglist

The changes in commits gb3e3234 and ga860b17 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.
This commit is contained in:
Michael Shigorin 2013-12-10 18:21:27 +04:00
parent 05cb913baa
commit 365c914a29

View File

@ -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))