2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Removed #INCLUDE* variables from templates because s390x does not use mkinstall command to prepare the templates.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7234 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-08-25 16:36:49 +00:00
parent d88f3e1ffa
commit 84daa2e95d
2 changed files with 6 additions and 8 deletions

View File

@ -539,11 +539,10 @@
<!-- Software to install on Linux -->
<software>
<patterns config:type="list">
#INCLUDE_DEFAULT_PTRNLIST_S#
<pattern>base</pattern>
<pattern>x11</pattern>
<pattern>gnome</pattern>
</patterns>
<packages config:type="list">
#INCLUDE_DEFAULT_PKGLIST_S#
</packages>
</software>

View File

@ -539,11 +539,10 @@
<!-- Software to install on Linux -->
<software>
<patterns config:type="list">
#INCLUDE_DEFAULT_PTRNLIST_S#
<pattern>base</pattern>
<pattern>x11</pattern>
<pattern>gnome</pattern>
</patterns>
<packages config:type="list">
#INCLUDE_DEFAULT_PKGLIST_S#
</packages>
</software>