aarch64: make sure that the aarch64 boxes grab their grub file

This commit is contained in:
Dennis Gilmore 2014-09-23 17:32:24 +00:00
parent e007cc54d8
commit f7a1d4bcc6

View file

@ -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";
}
}