From 76be4e6c08a4b02fe570f05b1631b557eff2eff5 Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Thu, 22 Aug 2013 13:37:55 -0700 Subject: [PATCH] Comment out umount and reboot until networking is fixed --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f53af66..67c8305 100644 --- a/install.sh +++ b/install.sh @@ -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