From 60f393ea20e2332a3c6c9d7ab202d62862ae00d7 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 8 Apr 2013 08:23:14 +0000 Subject: [PATCH] add /lib64/libnss_files.so.2 into initrd, this is needed by mount.nfs in sles11.2 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15873 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/sles/genimage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/netboot/sles/genimage b/xCAT-server/share/xcat/netboot/sles/genimage index a12387112..5a99bb034 100755 --- a/xCAT-server/share/xcat/netboot/sles/genimage +++ b/xCAT-server/share/xcat/netboot/sles/genimage @@ -1405,9 +1405,11 @@ END if ($arch =~ /x86_64/) { push @filestoadd,"lib64/libnss_dns.so.2"; + push @filestoadd,"lib64/libnss_files.so.2"; } else { push @filestoadd,"lib/libnss_dns.so.2"; + push @filestoadd,"lib/libnss_files.so.2"; } # cross-platfrom support on power6&7 etc