diff options
author | Dennis Gilmore <ausil@fedoraproject.org> | 2014-09-23 17:32:24 +0000 |
---|---|---|
committer | Dennis Gilmore <ausil@fedoraproject.org> | 2014-09-23 17:32:24 +0000 |
commit | f7a1d4bcc66367cedbbda5947276ebdda7c7c503 (patch) | |
tree | 82eee2dbf53eca28750fb9b681832be36ab783e1 | |
parent | e007cc54d841bed0c1febdd44318a48a2175cb13 (diff) | |
download | ansible-f7a1d4bcc66367cedbbda5947276ebdda7c7c503.tar.gz ansible-f7a1d4bcc66367cedbbda5947276ebdda7c7c503.tar.xz ansible-f7a1d4bcc66367cedbbda5947276ebdda7c7c503.zip |
aarch64: make sure that the aarch64 boxes grab their grub file
-rw-r--r-- | roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 14ec365b6..aec8c2dfa 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1391,6 +1391,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 { fixed-address 10.5.78.70; option host-name "aarch64-01a"; next-server 10.5.126.41; + filename "grubaa64.efi"; } host aarch64-02a { @@ -1398,6 +1399,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 { fixed-address 10.5.78.75; option host-name "aarch64-02a"; next-server 10.5.126.41; + filename "grubaa64.efi"; } host aarch64-03a { @@ -1405,6 +1407,7 @@ subnet 10.5.78.0 netmask 255.255.255.0 { fixed-address 10.5.78.80; option host-name "aarch64-03a"; next-server 10.5.126.41; + filename "grubaa64.efi"; } } |