From adc2d38ee1e8c7fed27dfcdeddd250be0735c5aa Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Sun, 8 Nov 2015 23:23:10 -0800 Subject: [PATCH 1/3] DO no longer mirrors Arch, so update mirror to rackspace Fixes #26. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5c71f4a..698fb5e 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ run_from_file() { ######################################## # mirror from which to download archlinux packages -archlinux_mirror="http://mirrors.digitalocean.com/archlinux" +archlinux_mirror="http://mirror.rackspace.com/archlinux" # package to use as kernel (linux or linux-lts) kernel_package=linux From 9e159cdcf13ff156505fd77cb0c50e5cb1c638d0 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Tue, 10 Nov 2015 01:56:06 -0800 Subject: [PATCH 2/3] rackspace is slow, use kernel.org mirror --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 698fb5e..7f383ab 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ run_from_file() { ######################################## # mirror from which to download archlinux packages -archlinux_mirror="http://mirror.rackspace.com/archlinux" +archlinux_mirror="http://mirrors.kernel.org/archlinux" # package to use as kernel (linux or linux-lts) kernel_package=linux From 27f7d5a323e944e3937cf14fdc2334dd230e8b1b Mon Sep 17 00:00:00 2001 From: Matt Gibbs Date: Thu, 12 Nov 2015 22:40:42 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b31720..d5fddd1 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ This script supports several flags, all of which are optional. * `--archlinux_mirror` The Arch Linux mirror from which the bootstrap image and packages should be - downloaded. Defaults to the DigitalOcean mirror at - http://mirrors.digitalocean.com/archlinux. + downloaded. Defaults to http://mirrors.kernel.org/archlinux * `--kernel_package` The kernel package to install. Defaults to the vanilla `linux` package. Other options include `linux-lts` for long term support and `linux-grsec` for