fix missing semicolon on line 616
This commit is contained in:
parent
34354c248b
commit
735f7747be
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ host buildhw-x86-09 {
|
||||||
}
|
}
|
||||||
host buildhw-x86-10 {
|
host buildhw-x86-10 {
|
||||||
hardware ethernet f8:ca:b8:f7:27:cf;
|
hardware ethernet f8:ca:b8:f7:27:cf;
|
||||||
fixed-address 10.3.169.40
|
fixed-address 10.3.169.40;
|
||||||
filename "uefi/grubx64.efi";
|
filename "uefi/grubx64.efi";
|
||||||
next-server 10.3.163.10;
|
next-server 10.3.163.10;
|
||||||
option routers 10.3.169.254;
|
option routers 10.3.169.254;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue