From 61b5688d411e361a57a1a48a3cd586b824f00e23 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sun, 3 May 2020 21:49:53 -0500 Subject: [PATCH] Fixes, additional cleanup, etc --- src/COPY_OVER_TO_CHROOT/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/COPY_OVER_TO_CHROOT/start.sh b/src/COPY_OVER_TO_CHROOT/start.sh index d4c04cb..550c307 100755 --- a/src/COPY_OVER_TO_CHROOT/start.sh +++ b/src/COPY_OVER_TO_CHROOT/start.sh @@ -59,7 +59,7 @@ function install_live_iso_dependencies() { ubuntu-minimal ubuntu-standard # The generic kernel can baloon a system with just the above - # from ~130MB to 485+MB. (With good compression of squashfs) + # from ~130MB to 460+MB. (With good compression of squashfs and cleaning) # Yet, we need A kernel in order to even boot stuff. # I need to look into a kind of menu for the user where they could chose one. # For right now, we'll use this...