Commit e3f5060d authored by Michael Shigorin's avatar Michael Shigorin

rescue: added archive/backup/comm pkglists

Being able to handle [compressed] archives of all kinds tends to be pretty instrumental in rescue operations, and some backup system clients won't hurt either. Some ancient Serial words like "minicom" still come handy at times too. Comments, constructive criticism and proposals are welcome.
parent db279fc2
......@@ -4,8 +4,8 @@ use/rescue: use/stage2 sub/stage2@rescue use/syslinux/sdab.cfg \
@$(call add,RESCUE_PACKAGES,interactivesystem sysvinit udev)
@$(call add,RESCUE_PACKAGES,startup startup-rescue lilo)
@$(call add,RESCUE_LISTS, openssh \
$(call tags,(base || extra || server || misc) && \
(rescue || network || security)))
$(call tags,(base || extra || server || backup || misc) && \
(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