2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Merge pull request #6530 from Obihoernchen/sle15-fixes

Fix service.sle15.tmpl
This commit is contained in:
cxhong
2020-01-15 08:54:48 -05:00
committed by GitHub

View File

@@ -44,6 +44,9 @@
<!-- XCAT-PARTITION-END -->
</partitioning>
<software>
<products config:type="list">
<product>SLES</product>
</products>
<patterns config:type="list">
#INCLUDE_DEFAULT_PTRNLIST_S#
</patterns>
@@ -83,9 +86,9 @@
</routing>
</networking>
<scripts>
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sles#
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sle#
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/chroot.sles#
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sles11#
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sle#
</scripts>
</configure>
</profile>