From 0696e888012f89da0b67d6999f14dfe422497914 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 16 Jun 2013 11:27:58 +0200 Subject: 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. --- .../releng/root-image/etc/systemd/system/choose-mirror.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/releng/root-image/etc/systemd/system/choose-mirror.service (limited to 'configs/releng/root-image/etc/systemd/system/choose-mirror.service') diff --git a/configs/releng/root-image/etc/systemd/system/choose-mirror.service b/configs/releng/root-image/etc/systemd/system/choose-mirror.service new file mode 100644 index 0000000..1e4d771 --- /dev/null +++ b/configs/releng/root-image/etc/systemd/system/choose-mirror.service @@ -0,0 +1,10 @@ +[Unit] +Description=Choose mirror from the kernel command line +ConditionKernelCommandLine=mirror + +[Service] +Type=oneshot +ExecStart=/etc/systemd/scripts/choose-mirror + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf