rhtyd commented on a change in pull request #4329:
URL: https://github.com/apache/cloudstack/pull/4329#discussion_r517217704
##########
File path: tools/appliance/systemvmtemplate/scripts/cleanup.sh
##########
@@ -17,11 +17,10 @@
# under the License.
set -e
-set -x
function cleanup_apt() {
export DEBIAN_FRONTEND=noninteractive
- apt-get -y remove --purge dictionaries-common busybox isc-dhcp-client
isc-dhcp-common \
+ apt-get -y remove --purge dictionaries-common busybox \
Review comment:
@Pearl1594 - can you check if there are anything else that could be
purged ? (due to docker etc dependencies)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]