From 263503ff72559b7167211217a91468fbd4604134 Mon Sep 17 00:00:00 2001 From: Nathan Gardiner Date: Sun, 11 Jun 2023 16:24:56 +1000 Subject: [PATCH] updates --- bionic_standard/Makefile | 2 +- bionic_standard/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bionic_standard/Makefile b/bionic_standard/Makefile index f891b2b..f277af2 100644 --- a/bionic_standard/Makefile +++ b/bionic_standard/Makefile @@ -11,7 +11,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 finalize: dab finalize diff --git a/bionic_standard/README.md b/bionic_standard/README.md index f89c3fc..487254c 100644 --- a/bionic_standard/README.md +++ b/bionic_standard/README.md @@ -2,5 +2,5 @@ - Built from a standard debootstrap install of Ubuntu Bionic - Adds any customizations such as root login enabled or SSH keys from ../Makefile.global -- Total uncompressed image size is *581 MB* -- Total compressed image size is *191 MB* +- Total uncompressed image size is *981 MB* +- Total compressed image size is *195 MB*