mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcpd / uefi 64 network boot using wrong arch type, closes https://github.com/opnsense/core/issues/2223
This commit is contained in:
parent
c4a3c84eb3
commit
8700e9f5fa
@ -815,7 +815,7 @@ EOD;
|
||||
if (!empty($dhcpifconf['filename']) && !empty($dhcpifconf['filename32']) && !empty($dhcpifconf['filename64'])) {
|
||||
$dhcpdconf .= " if option arch = 00:06 {\n";
|
||||
$dhcpdconf .= " filename \"{$dhcpifconf['filename32']}\";\n";
|
||||
$dhcpdconf .= " } else if option arch = 00:07 {\n";
|
||||
$dhcpdconf .= " } else if option arch = 00:09 {\n";
|
||||
$dhcpdconf .= " filename \"{$dhcpifconf['filename64']}\";\n";
|
||||
$dhcpdconf .= " } else {\n";
|
||||
$dhcpdconf .= " filename \"{$dhcpifconf['filename']}\";\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user