kfan / rpms / kexec-tools

Forked from rpms/kexec-tools 3 years ago
Clone

985fcae get ip addr with getent

1 file Authored by Dave Young 12 years ago, Committed by Cong Wang 12 years ago,
    get ip addr with getent
    
    Build kdump image will fail when kdump.conf has net option with a host name
    instead of ip address.
    
    Handle this just as what we do in rhel6: use getent to get the ip addr.
    
    Signed-off-by: Dave Young <dyoung@redhat.com>