From fc4353bd48b0ebb8598a222475a0c2e405c4d7cb Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 24 Jun 2008 13:48:35 +0000 Subject: [PATCH] -Fix problem wher RHEL5 couldn't reach server by name instead of IP in stateless git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/rh/genimage | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/netboot/rh/genimage b/xCAT-server/share/xcat/netboot/rh/genimage index 4b8055fcb..918035744 100755 --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -355,6 +355,7 @@ EOMS } if ($arch =~ /x86_64/) { push @filestoadd,"lib64/libnss_dns.so.2"; + push @filestoadd,"lib64/libresolv.so.2"; } else { push @filestoadd,"lib/libnss_dns.so.2";