rootfs-builder: remove /var/log

/var/log is not required in the rootfs

fixes #254

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2019-04-02 11:48:19 -06:00
parent edd7d9ccd3
commit c00849b0bc

View File

@ -379,7 +379,7 @@ fi
build_rootfs ${ROOTFS_DIR}
pushd "${ROOTFS_DIR}" >> /dev/null
if [ "$PWD" != "/" ] ; then
rm -rf ./var/cache/ ./var/lib
rm -rf ./var/cache/ ./var/lib ./var/log
fi
popd >> /dev/null