this should allow ppc09 box to boot

This commit is contained in:
Stephen Smoogen 2020-06-02 16:46:30 -04:00
parent 7fdabf47d6
commit 88e27b71f5

View file

@ -641,6 +641,7 @@ host bvmhost-p09-01 {
next-server 10.3.163.10;
option routers 10.3.171.254;
option subnet-mask 255.255.255.0;
filename "boot/grub2/powerpc-ieee1275/core.elf";
}
host bvmhost-p09-02 {
@ -649,4 +650,5 @@ host bvmhost-p09-02 {
next-server 10.3.163.10;
option routers 10.3.171.254;
option subnet-mask 255.255.255.0;
filename "boot/grub2/powerpc-ieee1275/core.elf";
}