2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Remove conserver-xcat during uninstall

This commit is contained in:
Mark Gurevich 2019-08-15 10:19:13 -04:00
parent 657b0705d4
commit aab82ca633

View File

@ -2,7 +2,7 @@
#
# go-xcat - Install xCAT automatically.
#
# Version 1.0.42
# Version 1.0.43
#
# Copyright (C) 2016 - 2019 International Business Machines
# Eclipse Public License, Version 1.0 (EPL-1.0)
@ -27,6 +27,8 @@
# - Removed references to buildkit
# 2019-08-12 Mark Gurevich <gurevich@us.ibm.com>
# - Added xCAT-buildkit to uninstall list
# 2019-08-15 Mark Gurevich <gurevich@us.ibm.com>
# - Added conserver-xcat to uninstall list
#
function usage()
@ -179,12 +181,12 @@ GO_XCAT_INSTALL_LIST=(perl-xcat xcat xcat-client
GO_XCAT_UNINSTALL_LIST=("${GO_XCAT_INSTALL_LIST[@]}"
goconserver xCAT-SoftLayer xCAT-confluent xCAT-csm xCAT-genesis-builder
xCAT-openbmc-py xCAT-probe xCAT-test xCAT-vlan xCATsn xCAT-UI-deps
xCAT-buildkit)
xCAT-buildkit conserver-xcat)
# For Debian/Ubuntu, it will need a sight different package list
type dpkg >/dev/null 2>&1 &&
GO_XCAT_UNINSTALL_LIST=("${GO_XCAT_INSTALL_LIST[@]}"
goconserver xcat-confluent xcat-probe xcat-test xcat-vlan xcatsn
xcat-buildkit)
xcat-buildkit conserver-xcat)
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
export PATH