remove the disruptive Script_Prev

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-09-21 08:52:12 +00:00
parent 446a011737
commit 4dbfae329b

View File

@ -61,20 +61,20 @@ MaxLparID=32
#commands run before test
[Script_Prev]
rpm -e xCAT xCAT-server xCAT-client perl-xCAT
rm -rf /etc/xcat
rm -rf /root/.xcat
rm -rf /root/.ssh
rm -rf /install/autoinst
rm -rf /install/postscripts
wget http://xcat.sourceforge.net/yum/devel/core-rpms-snap.tar.bz2
tar jxf core-rpms-snap.tar.bz2
./xcat-core/mklocalrepo.sh
mount -o loop /iso/RHEL5.4-Server-20090819.0-ppc-DVD.iso /iso/1 -t iso9660
yum -y install xCAT
umount /iso/1
rm -f core-rpms-snap.tar.bz2
rm -rf xcat-core
#rpm -e xCAT xCAT-server xCAT-client perl-xCAT
#rm -rf /etc/xcat
#rm -rf /root/.xcat
#rm -rf /root/.ssh
#rm -rf /install/autoinst
#rm -rf /install/postscripts
#wget http://xcat.sourceforge.net/yum/devel/core-rpms-snap.tar.bz2
#tar jxf core-rpms-snap.tar.bz2
#./xcat-core/mklocalrepo.sh
#mount -o loop /iso/RHEL5.4-Server-20090819.0-ppc-DVD.iso /iso/1 -t iso9660
#yum -y install xCAT
#umount /iso/1
#rm -f core-rpms-snap.tar.bz2
#rm -rf xcat-core
#commands run after test
[Script_Post]