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:
parent
e590862470
commit
b0d6476f41
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user