From 8317e7b43c51a5a9d04fd844dc52e8b88524117e Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 22 Oct 2012 09:33:48 +0000 Subject: [PATCH] load auth_rpcgss.ko when create statelite initrd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/ubuntu/genimage | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/netboot/ubuntu/genimage b/xCAT-server/share/xcat/netboot/ubuntu/genimage index c0d6d1f7e..4feeb6bf1 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/genimage +++ b/xCAT-server/share/xcat/netboot/ubuntu/genimage @@ -747,6 +747,7 @@ sub mkinitrd { push @ndrivers, "sunrpc.ko"; push @ndrivers, "lockd.ko"; push @ndrivers, "nfs_acl.ko"; + push @ndrivers, "auth_rpcgss.ko"; push @ndrivers, "nfs.ko"; # Additional modules needed on s390x