From ce58c3bc1cd8e288c0fbcbe649192a9f2f0a7fd3 Mon Sep 17 00:00:00 2001 From: immarvin Date: Wed, 18 Dec 2013 23:19:35 -0800 Subject: [PATCH] fix the problem that rhels5.10 initrd cannot resolve the mn hostname --- 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 9bcb7d30c..4f9284dae 100755 --- a/xCAT-server/share/xcat/netboot/rh/genimage +++ b/xCAT-server/share/xcat/netboot/rh/genimage @@ -1510,6 +1510,7 @@ EOMS push @filestoadd,"lib64/libresolv.so.2"; } else { push @filestoadd,"lib/libnss_dns.so.2"; + push @filestoadd,"lib/libresolv.so.2"; } push @filestoadd,keys %libhash;