Comment out umount and reboot until networking is fixed

This commit is contained in:
Aaron Bull Schaefer 2013-08-22 13:37:55 -07:00
parent 744a473cb8
commit 76be4e6c08

View file

@ -63,5 +63,5 @@ add_config '/usr/bin/pacman -Scc --noconfirm'
echo '==> entering chroot and configuring system'
/usr/bin/arch-chroot ${TARGET_DIR} ${CONFIG_SCRIPT}
rm "${TARGET_DIR}${CONFIG_SCRIPT}"
/usr/bin/umount ${TARGET_DIR}
/usr/bin/systemctl reboot
#/usr/bin/umount ${TARGET_DIR}
#/usr/bin/systemctl reboot