mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-10 13:30:15 +00:00
Modify install xCAT case to do file checking for xcat-genesis-base
This commit is contained in:
@@ -18,6 +18,10 @@ check:output=~Version
|
||||
cmd:service xcatd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
cmd:rpm -ql xCAT-genesis-base-x86_64 |grep ntp-wait
|
||||
check:rc==0
|
||||
cmd:rpm -ql xCAT-genesis-base-ppc64 |grep ntp-wait
|
||||
check:rc==0
|
||||
cmd:rm -rf /install_xCAT_xcat-core.tar.bz2 /install_xCAT_xcat-dep.tar.bz2
|
||||
end
|
||||
|
||||
@@ -43,6 +47,10 @@ check:output=~Version
|
||||
cmd:service xcatd status
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
cmd:dpkg -L xcat-genesis-base-ppc64 |grep ntp-wait
|
||||
check:rc==0
|
||||
cmd:dpkg -L xcat-genesis-base-amd64 |grep ntp-wait
|
||||
check:rc==0
|
||||
cmd:rm -rf /install_xCAT_xcat-core.tar.bz2 /install_xCAT_xcat-dep.tar.bz2
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user