0696e88801
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.
11 lines
203 B
Desktop File
11 lines
203 B
Desktop File
[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
|