summaryrefslogtreecommitdiff
path: root/archauto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archauto.sh')
-rwxr-xr-xarchauto.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/archauto.sh b/archauto.sh
index ce87dd1..9ef3f0b 100755
--- a/archauto.sh
+++ b/archauto.sh
@@ -37,7 +37,8 @@ mount ${INSTALL_DRIVE}${PARTITION_ROOT} ${MOUNT_PATH}
export http_proxy=http://192.168.1.12:3128
-pacstrap ${MOUNT_PATH} base base-devel
+#pacstrap ${MOUNT_PATH} base base-devel
+pacstrap ${MOUNT_PATH} base
arch-chroot /mnt pacman --noconfirm -S grub-bios
arch-chroot /mnt grub-install --target=i386-pc --recheck ${INSTALL_DRIVE}