rescue: disable rpcbind

It's required for NFS mounts but having a rescue image listening
to any non-localhost ports is too bad an idea, IMNSHO.

So let's fix this while spotted.
This commit is contained in:
Michael Shigorin 2014-03-05 13:15:08 +04:00
parent e590862470
commit b0d6476f41

View File

@ -10,7 +10,8 @@ use/rescue/base: use/rescue/.base
$(call tags,base && (rescue || network || security || archive)))
use/rescue: use/rescue/.base use/syslinux/sdab.cfg \
use/firmware/full +wireless
use/services use/firmware/full +wireless
@$(call add,DEFAULT_SERVICES_DISABLE,rpcbind)
@$(call add,RESCUE_PACKAGES,grub2-pc lilo syslinux)
ifneq (,$(EFI_BOOTLOADER))
@$(call add,RESCUE_PACKAGES,grub2-efi)