mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
aarch64: make sure that the aarch64 boxes grab their grub file
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user