mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-01 20:47:46 +00:00
Linmit to only x86 environment
This commit is contained in:
@@ -31,8 +31,7 @@ stop:yes
|
||||
cmd:arc_all=`uname -a`; code=`lsb_release -sc`;if [[ $arc_all =~ "ppc64le" ]]; then arch="ppc64el";else arch="x86_64";fi; cp "/opt/xcat/share/xcat/tools/autotest/testcase/go_xcat/$code-$arch.sources.list" "/etc/apt/sources.list"
|
||||
cmd:apt-get clean;apt-get update
|
||||
check:rc==0
|
||||
cmd:echo '* libraries/restart-without-asking boolean true' | debconf-set-selections
|
||||
check:rc==0
|
||||
cmd:arc_all=`uname -a`; if [[ $arc_all =~ "x86_64" ]]; then echo '* libraries/restart-without-asking boolean true' | debconf-set-selections; fi
|
||||
cmd:debconf-show libssl1.1
|
||||
cmd:cp /core-*-snap.tar.bz2 /install_xCAT_xcat-core.tar.bz2
|
||||
check:rc==0
|
||||
|
||||
Reference in New Issue
Block a user