mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
Support SLE15 diskfull installation
This commit is contained in:
parent
9027a5b913
commit
c5c5ee3023
21
xCAT-server/share/xcat/install/scripts/post.sle
Normal file
21
xCAT-server/share/xcat/install/scripts/post.sle
Normal file
@ -0,0 +1,21 @@
|
||||
<post-scripts config:type="list">
|
||||
<script>
|
||||
<filename>xcat.sh</filename>
|
||||
<interpreter>shell</interpreter>
|
||||
<debug config:type="boolean">false</debug>
|
||||
<source>
|
||||
|
||||
<![CDATA[
|
||||
mkdir -p /var/log/xcat/
|
||||
{
|
||||
echo "Running AutoYaST Post-Installation script..."
|
||||
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sles.common#
|
||||
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.xcat#
|
||||
} >>/var/log/xcat/xcat.log 2>&1
|
||||
|
||||
]]>
|
||||
|
||||
</source>
|
||||
</script>
|
||||
</post-scripts>
|
||||
|
1
xCAT-server/share/xcat/install/sle/compute.pkglist
Symbolic link
1
xCAT-server/share/xcat/install/sle/compute.pkglist
Symbolic link
@ -0,0 +1 @@
|
||||
compute.sle15.pkglist
|
@ -90,9 +90,9 @@
|
||||
</routing>
|
||||
</networking>
|
||||
<scripts>
|
||||
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sle15#
|
||||
#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>
|
1
xCAT-server/share/xcat/install/sle/compute.tmpl
Symbolic link
1
xCAT-server/share/xcat/install/sle/compute.tmpl
Symbolic link
@ -0,0 +1 @@
|
||||
compute.sle15.tmpl
|
Loading…
x
Reference in New Issue
Block a user