From d01d602a5532dbb62c4178b7df1e68bf48b4e6b1 Mon Sep 17 00:00:00 2001 From: Nathan Gardiner Date: Sun, 11 Jun 2023 17:21:14 +1000 Subject: [PATCH] update template --- xenial_devbox/Makefile | 2 +- xenial_devbox/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xenial_devbox/Makefile b/xenial_devbox/Makefile index 1f537e5..929af58 100644 --- a/xenial_devbox/Makefile +++ b/xenial_devbox/Makefile @@ -16,7 +16,7 @@ bootstrap: dab exec update-rc.d firstboot defaults install -m 0700 custom.sh ${BASEDIR}/tmp dab exec /bin/bash /tmp/custom.sh - dab exec rm -f /tmp/custom.sh + dab exec rm -f /tmp/custom.sh || exit 0 mknod -m 0666 ${BASEDIR}/dev/fuse c 10 229 finalize: diff --git a/xenial_devbox/README.md b/xenial_devbox/README.md index 5679334..1931283 100644 --- a/xenial_devbox/README.md +++ b/xenial_devbox/README.md @@ -2,5 +2,5 @@ - Contains development tools for PHP, python - Adds any customizations such as root login enabled or SSH keys from ../Makefile.global -- Total uncompressed image size is *899 MB* -- Total compressed image size is *289 MB* +- Total uncompressed image size is *1088 MB* +- Total compressed image size is *282 MB*