From 1eb4411009939184c3017f82166e4cbf8aa40a89 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 19 Mar 2013 07:17:34 +0000 Subject: [PATCH] fixed some syntax in storage.rhels6.tmpl, as some variables are no longer supported in the kickstart. rename storage.pglist to storage.pkglist git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15567 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../install/rh/{storage.pglist => storage.pkglist} | 0 .../share/xcat/install/rh/storage.rhels6.tmpl | 12 +++--------- 2 files changed, 3 insertions(+), 9 deletions(-) rename xCAT-server/share/xcat/install/rh/{storage.pglist => storage.pkglist} (100%) diff --git a/xCAT-server/share/xcat/install/rh/storage.pglist b/xCAT-server/share/xcat/install/rh/storage.pkglist similarity index 100% rename from xCAT-server/share/xcat/install/rh/storage.pglist rename to xCAT-server/share/xcat/install/rh/storage.pkglist diff --git a/xCAT-server/share/xcat/install/rh/storage.rhels6.tmpl b/xCAT-server/share/xcat/install/rh/storage.rhels6.tmpl index 00cef0561..f8135ca2c 100644 --- a/xCAT-server/share/xcat/install/rh/storage.rhels6.tmpl +++ b/xCAT-server/share/xcat/install/rh/storage.rhels6.tmpl @@ -5,7 +5,6 @@ cmdline lang en_US -langsupport en_US network --bootproto dhcp # @@ -94,11 +93,6 @@ text # firewall --disabled -# -# mouse selection -# -#mouse genericps/2 --emulthree -mouse none # # Select a zone @@ -153,7 +147,7 @@ reboot # #end of section # -%packages --resolvedeps +%packages #INCLUDE_DEFAULT_PKGLIST# %pre @@ -181,6 +175,6 @@ remove_qla remove_lpfc echo "All qla modules removed" sleep 10 -#INCLUDE:../scripts/pre.rh# +#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh# %post -#INCLUDE:../scripts/post.rh# +#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.rh#