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
This commit is contained in:
parent
edd1ecd3d7
commit
60f393ea20
@ -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…
x
Reference in New Issue
Block a user