summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/root/customize_root_image.sh
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2013-06-16 11:27:58 +0200
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2013-06-16 20:57:10 -0300
commit0696e888012f89da0b67d6999f14dfe422497914 (patch)
tree93b810b5c90c9774c3736545fd5ee953e19446a1 /configs/releng/root-image/root/customize_root_image.sh
parent5d75049c119983aad719d03e92557f10aef5d199 (diff)
releng: Allow specifying a mirror on the kernel command line.
The new mirror= option takes a mirror URL and creates a new mirrorlist. When setting mirror=auto, the mirror is taken from archiso_http_srv in order to keep using the mirror selected in the netboot menu.
Diffstat (limited to 'configs/releng/root-image/root/customize_root_image.sh')
-rwxr-xr-xconfigs/releng/root-image/root/customize_root_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/root-image/root/customize_root_image.sh b/configs/releng/root-image/root/customize_root_image.sh
index 97e2874..a60f308 100755
--- a/configs/releng/root-image/root/customize_root_image.sh
+++ b/configs/releng/root-image/root/customize_root_image.sh
@@ -17,4 +17,4 @@ chmod 440 /etc/sudoers.d/g_wheel
sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
-systemctl enable multi-user.target pacman-init.service
+systemctl enable multi-user.target pacman-init.service choose-mirror.service