fix the problem that rhels5.10 initrd cannot resolve the mn hostname

This commit is contained in:
immarvin 2013-12-18 23:19:35 -08:00
parent abea7eceee
commit b014538601

View File

@ -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;