2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

cover rh6.7 for post.xcat restructure

This commit is contained in:
penguhyang 2016-01-21 21:12:52 -05:00
parent c75218f499
commit f2b24b0631
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