Do not remove all of /tmp 96/8296/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 20:57:31 +0000 (15:57 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 20:57:33 +0000 (15:57 -0500)
Legacy scripts in ODL depend on things being available in /tmp so
let us only clear out specific items.

Change-Id: I92c1174b81e561b67a56874111efe62ec0d584b5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
provision/system-reseal.sh

index cb2704e..002edf5 100644 (file)
@@ -25,7 +25,7 @@ rm -rf ~/.viminfo \
     /root/initial-setup-ks.cfg \
     /root/install.log \
     /root/install.log.syslog \
-    /tmp/* \
+    /tmp/packer \
     /var/cache/fontconfig/* \
     /var/cache/gdm/* \
     /var/cache/man/* \