Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fboss-image/distro_infra/parts/autoexec.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ isset ${server_ip} || ifconf -c dhcp
isset ${server_ip} || set server_ip ${next-server}

# Common to both IPv6 and IPv4
set hbase http://${server_ip}:6969/${net0/mac:hexhyp}
set hbase http://${server_ip}:6969/${netX/mac:hexhyp}
set tbase tftp://${server_ip}

set stub_name FBOSS-Distro-Image.x86_64-1.0
Expand Down
Loading