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

Merge pull request #645 from penguhyang/rh6_postxcat

cover rh6.7 for post.xcat restructure
This commit is contained in:
yangsong
2016-01-22 11:03:09 +08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -148,4 +148,7 @@ reboot
%pre
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh#
%post
mkdir -p /var/log/xcat/
{
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.rh#
} >>/var/log/xcat/xcat.log 2>&1

View File

@@ -151,5 +151,8 @@ reboot
%pre
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.rh#
%post
mkdir -p /var/log/xcat/
{
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.rh#
} >>/var/log/xcat/xcat.log 2>&1