summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Thurstenson <thurstylark@gmail.com>2017-03-20 15:45:20 -0500
committerGitHub <noreply@github.com>2017-03-20 15:45:20 -0500
commit152c0dc7944fb97bc13b802ca74bf094573b6e78 (patch)
treeff04d21391f6045d8d881ba8e23cdaea144f3fad
parent0e093e5c2b47022fd787ba1231ae61051d54175f (diff)
downloadarchweb-152c0dc7944fb97bc13b802ca74bf094573b6e78.tar.gz
archweb-152c0dc7944fb97bc13b802ca74bf094573b6e78.zip
Define BOOTIF in extrabootoptions
Since this script sets 'ip=dhcp' by default, archiso_pxe_common will fail if more than one network interface exists, and at least one interface cannot be configured by dhcp. Setting BOOTIF will define which interface that archiso_pxe_common should configure, and will cause it to ignore the rest. Fixes https://bugs.archlinux.org/task/50448
-rw-r--r--templates/releng/archlinux.ipxe2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/archlinux.ipxe b/templates/releng/archlinux.ipxe
index 8f3dd6e4..c897a786 100644
--- a/templates/releng/archlinux.ipxe
+++ b/templates/releng/archlinux.ipxe
@@ -9,7 +9,7 @@ imgtrust
# initial options
set release {{ releases.0 }}
-set extrabootoptions ip=dhcp net.ifnames=0
+set extrabootoptions ip=dhcp net.ifnames=0 BOOTIF=01-${netX/mac}
set countrycode
:main