Zack Williams | 9f896c4 | 2020-10-05 21:59:11 -0700 | [diff] [blame] | 1 | #!ipxe |
2 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | ||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | # autoconfigure self via DHCP | ||||
6 | dhcp | ||||
7 | |||||
8 | # chainload netboot.ipxe, or drop to shell if it doesn't exist | ||||
Zack Williams | aaae497 | 2020-11-10 14:00:07 -0700 | [diff] [blame^] | 9 | chain https://boot.tucson.onlab.us:2443/boot.ipxe || shell |