Commit b0d6476f authored by Michael Shigorin's avatar Michael Shigorin

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.
parent e5908624
......@@ -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)
......
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