From 04e27496bdf3b43f6fea56af8ba7a8ae4df528ab Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 12 Oct 2015 10:52:55 -0700 Subject: [PATCH] remove tmpreaper (will use systemd for this) --- images/initializeBaseUbuntuImage.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/initializeBaseUbuntuImage.sh b/images/initializeBaseUbuntuImage.sh index 9b543f25b..db81658d1 100755 --- a/images/initializeBaseUbuntuImage.sh +++ b/images/initializeBaseUbuntuImage.sh @@ -146,10 +146,6 @@ echo "==== Install collectd ===" apt-get install -y collectd collectd-utils update-rc.d -f collectd remove -echo "=== Install tmpreaper ===" -apt-get install -y tmpreaper -sed -e 's/SHOWWARNING=true/# SHOWWARNING=true/' -i /etc/tmpreaper.conf - echo "==== Extracting installer source ====" rm -rf "${INSTALLER_SOURCE_DIR}" && mkdir -p "${INSTALLER_SOURCE_DIR}" tar xvf /root/installer.tar -C "${INSTALLER_SOURCE_DIR}" && rm /root/installer.tar