365c914a29
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.
21 lines
702 B
Makefile
21 lines
702 B
Makefile
use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \
|
|
use/firmware/full +wireless
|
|
@$(call add_feature)
|
|
@$(call add,RESCUE_LISTS,sysvinit)
|
|
@$(call add,RESCUE_PACKAGES,startup startup-rescue udev)
|
|
@$(call add,RESCUE_PACKAGES,grub2-pc lilo syslinux)
|
|
ifneq (,$(EFI_BOOTLOADER))
|
|
@$(call add,RESCUE_PACKAGES,grub2-efi)
|
|
endif
|
|
@$(call add,RESCUE_LISTS, openssh \
|
|
$(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))
|
|
use/rescue/rw: use/rescue use/syslinux
|
|
@$(call add,SYSLINUX_CFG,rescue_rw)
|
|
else
|
|
use/rescue/rw: use/rescue; @:
|
|
endif
|