From b014538601aebf3604291808b621ad4e0dbc540e 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;