From c1c2a8239cfd5753e536bf53511575955b8bd276 Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Fri, 17 Jan 2025 11:37:43 +0100 Subject: [PATCH] install stage 1: remove a planned feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit one extra reboot doesn’t make a big difference --- install-stage1.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-stage1.sh b/install-stage1.sh index 7e6d504..d93bc82 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -449,8 +449,7 @@ fi" > /mnt/target/root/.profile echo "done" -# This is not technically necessary, but it should help to save some memory. -# TODO: Be smart about this, run install stage 2 in chroot if there is enough free RAM +# This is not technically necessary and could be done with chroot, but it should help to save some memory. clear echo "Stage 1 installation is now complete. @@ -462,4 +461,3 @@ press_any_key echo "Creating system image..." run_in_target /opt/void-usb/system-image --yes reboot -#