diff --git a/xCAT-server/share/xcat/install/scripts/post.sles11 b/xCAT-server/share/xcat/install/scripts/post.sles11 index 69ad5d56b..bba1f18d2 100644 --- a/xCAT-server/share/xcat/install/scripts/post.sles11 +++ b/xCAT-server/share/xcat/install/scripts/post.sles11 @@ -55,6 +55,10 @@ export MASTER_IP=#XCATVAR:XCATMASTER# export MASTER_IPS=#XCATVAR:XCATMASTER# export MASTER="#XCATVAR:XCATMASTER#" +# for servicenode, add /install to /etc/fstab +echo "$MASTER:/install /install nfs timeo=14,intr 1 2" >>/etc/fstab + + # # This script has not yet been updated to work with service nodes # diff --git a/xCAT-server/share/xcat/install/sles/service.sles11.ppc64.tmpl b/xCAT-server/share/xcat/install/sles/service.sles11.ppc64.tmpl new file mode 100644 index 000000000..a17bd7738 --- /dev/null +++ b/xCAT-server/share/xcat/install/sles/service.sles11.ppc64.tmpl @@ -0,0 +1,98 @@ + + + + + + true + true + + false + false + mbr + + + + GMT + #TABLE:site:key=timezone:value# + + + english-us + + en_US + + false + false + false + true + + + non + + + + + /dev/sda + true + all + + + + + base-64bit + base + x11 + + + xntp + rsync + perl-DBI + vsftpd + perl-DBD-mysql + perl-IO-Socket-SSL + perl-IO-Tty + apache2 + nfs-utils + nfs-kernel-server + dhcp + bind + perl-Expect + perl-SNMP + + + + + + + root + #CRYPT:passwd:key=system,username=root:password# + true + + + + + + + true + true + local + linux + + + + dhcp + eth0 + onboot + + + + false + + + + + #INCLUDE:../scripts/pre.sles# + #INCLUDE:../scripts/chroot.sles# + #INCLUDE:../scripts/post.sles11# + + +