this should allow p08-01 to boot

This commit is contained in:
Stephen Smoogen 2020-06-03 13:10:33 -04:00
parent f5256442a3
commit 9733ffcfa8

View file

@ -665,3 +665,12 @@ host bvmhost-p09-02 {
option subnet-mask 255.255.255.0;
filename "boot/grub2/powerpc-ieee1275/core.elf";
}
host bvmhost-p08-01 {
hardware ethernet 98:be:94:68:a7:e0;
fixed-address 10.3.171.11;
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";
}