diff options
author | Thomas Bächler <thomas@archlinux.org> | 2017-03-05 00:43:18 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2017-03-05 00:43:18 +0100 |
commit | 27c1c18a85d32d2d04676f8f0e5adb1b0193ef52 (patch) | |
tree | 8f3c576b893a4edb5be7219b53b5cf38f50cd23e /templates | |
parent | 6ec7daa1811f13bc6ed500f4adca9a28717f3ac2 (diff) |
netboot: Do not reset mirrorurl
This allows setting a custom default mirror with a custom ipxe script.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/releng/archlinux.ipxe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe index e8a98dde..8f3dd6e4 100644 --- a/templates/releng/archlinux.ipxe +++ b/templates/releng/archlinux.ipxe @@ -9,7 +9,6 @@ imgtrust # initial options set release {{ releases.0 }} -set mirrorurl set extrabootoptions ip=dhcp net.ifnames=0 set countrycode |