2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fix service.sle15.tmpl

product was missing and script paths were wrong
This commit is contained in:
Markus Hilger 2020-01-15 11:17:20 +01:00
parent 98295ce993
commit 00ad314ae2

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>