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/trunk@15872 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
efa051a181
commit
0a226feef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user