this should allow p08-01 to boot
This commit is contained in:
parent
f5256442a3
commit
9733ffcfa8
1 changed files with 9 additions and 0 deletions
|
@ -665,3 +665,12 @@ host bvmhost-p09-02 {
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
filename "boot/grub2/powerpc-ieee1275/core.elf";
|
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";
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue