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 -#