summaryrefslogtreecommitdiff
path: root/http/install.sh
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-07 06:55:13 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-07 06:55:13 +0200
commita7c15082fcc29f56911e0a36af4133b73e1c9e26 (patch)
treed58631d7e36aa8e15a2e40be530ce4df48f831bc /http/install.sh
parent61bd042c67cfd1ebe98a3ff6b7e6a6ce93dffd24 (diff)
downloadarch-boxes32-a7c15082fcc29f56911e0a36af4133b73e1c9e26.tar.xz
added systemd-resolved + rankmirrors
Diffstat (limited to 'http/install.sh')
-rw-r--r--http/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/http/install.sh b/http/install.sh
index f1c97cc..9c8007b 100644
--- a/http/install.sh
+++ b/http/install.sh
@@ -25,6 +25,9 @@ mkswap "${device}1"
mkfs.btrfs -L "rootfs" "${device}2"
mount "${device}2" /mnt
+cp /etc/pacman.d/mirrorlist /tmp/mirrorlist.backup
+sed -i 's/^#Server/Server/' /tmp/mirrorlist.backup
+rankmirrors -vn 6 /tmp/mirrorlist.backup > /etc/pacman.d/mirrorlist
pacstrap /mnt base grub openssh sudo
swapon "${device}1"
genfstab -p /mnt >> /mnt/etc/fstab