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 | ||||
9 | chain http://boot.tucson.onlab.us/boot.ipxe || shell |