forked from BodgeMaster/void-usb
install stage 1: remove a planned feature
one extra reboot doesn’t make a big differencemaster
parent
2084efbbde
commit
c1c2a8239c
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue