From 3828a4f8ccecf4cde9a5f7ab2901733f4f8d157b Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 1 Nov 2011 06:16:15 +0000 Subject: [PATCH] copy xHRM to the /install/postscripts and try to use it replace the mkhyperv git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10945 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 5d4911b02..e7ce17892 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -128,6 +128,7 @@ cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT %ifnos linux . /etc/profile %else +cp -f $RPM_INSTALL_PREFIX0/share/xcat/scripts/xHRM /install/postscripts/ . /etc/profile.d/xcat.sh %endif if [ "$1" = "1" ]; then #Only if installing for the first time..