mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #6486 from cxhong/sle15
Support SLE15 diskfull installation
This commit is contained in:
commit
e56dae1037
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