-Disable wvid media in bladecenter by default

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5447 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-03-11 20:33:59 +00:00
parent c9519c2a3f
commit 264e9dba23

View File

@ -13,7 +13,7 @@ if [ ! -f /tmp/xcat/$rvid_server.remotekvm.jar ]; then
fi
if [ $fwpref == 'BPET' ]; then
if [ $fwmaj -ge 46 ]; then
java -jar /tmp/xcat/$rvid_server.remotekvm.jar -s $rvid_server -r $rvid_authtoken -b $rvid_slot >& /dev/null
java -jar /tmp/xcat/$rvid_server.remotekvm.jar -s $rvid_server -r $rvid_authtoken -b $rvid_slot -B -R >& /dev/null
elif [ $fwmaj -ge 42 ]; then
echo "Unable to securely support $rvid_fwrev in an adequately secure manner, please upgrade to BPET46C or better"
exit 1