From 68bf4ad971d049acd15608a8ca6fbafc04fb66d5 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 31 May 2013 08:58:50 +0000 Subject: [PATCH] for rhels6.x, move the repository generation to pre-script in kickstart git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16500 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl | 2 +- xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl | 2 +- xCAT-server/share/xcat/install/rh/compute.rhels6.x86_64.tmpl | 2 +- xCAT-server/share/xcat/install/rh/kvm.rhels6.tmpl | 2 +- xCAT-server/share/xcat/install/rh/service.rhels6.ppc64.tmpl | 2 +- xCAT-server/share/xcat/install/rh/service.rhels6.x86_64.tmpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl index 0ddcdf045..348677731 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.ppc64.tmpl @@ -10,7 +10,7 @@ network --bootproto dhcp #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# #url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 keyboard "us" diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl index a0c625976..5adfce92d 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.tmpl @@ -9,7 +9,7 @@ lang en_US # #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 keyboard "us" diff --git a/xCAT-server/share/xcat/install/rh/compute.rhels6.x86_64.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhels6.x86_64.tmpl index cd6e3334b..ff7321d77 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhels6.x86_64.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhels6.x86_64.tmpl @@ -10,7 +10,7 @@ lang en_US # #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 diff --git a/xCAT-server/share/xcat/install/rh/kvm.rhels6.tmpl b/xCAT-server/share/xcat/install/rh/kvm.rhels6.tmpl index 0adb3d22e..ad0e932f9 100644 --- a/xCAT-server/share/xcat/install/rh/kvm.rhels6.tmpl +++ b/xCAT-server/share/xcat/install/rh/kvm.rhels6.tmpl @@ -10,7 +10,7 @@ lang en_US #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# #url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 keyboard "us" diff --git a/xCAT-server/share/xcat/install/rh/service.rhels6.ppc64.tmpl b/xCAT-server/share/xcat/install/rh/service.rhels6.ppc64.tmpl index ff2b11c96..6407a664f 100644 --- a/xCAT-server/share/xcat/install/rh/service.rhels6.ppc64.tmpl +++ b/xCAT-server/share/xcat/install/rh/service.rhels6.ppc64.tmpl @@ -11,7 +11,7 @@ network --bootproto dhcp #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# #url --url http://#TABLE:noderes:$NODE:nfsserver#/install/#TABLE:nodetype:$NODE:os#/#TABLE:nodetype:$NODE:arch# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 keyboard "us" diff --git a/xCAT-server/share/xcat/install/rh/service.rhels6.x86_64.tmpl b/xCAT-server/share/xcat/install/rh/service.rhels6.x86_64.tmpl index eeb7b8a9e..9f0fddf60 100644 --- a/xCAT-server/share/xcat/install/rh/service.rhels6.x86_64.tmpl +++ b/xCAT-server/share/xcat/install/rh/service.rhels6.x86_64.tmpl @@ -10,7 +10,7 @@ lang en_US # #nfs --server #XCATVAR:INSTALL_NFS# --dir #XCATVAR:INSTALL_SRC_DIR# -#INSTALL_SOURCES# +%include /tmp/repos #device ethernet e100 keyboard "us"