added iPXE script with a short comment about the hardware environment
This commit is contained in:
parent
4ec5733de0
commit
96e7a99b38
1 changed files with 15 additions and 0 deletions
15
script.ipxe
Normal file
15
script.ipxe
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!ipxe
|
||||
|
||||
# iPXE is a open source network boot firmware.
|
||||
# It provides a full PXE implementation enhanced with additional features such as
|
||||
# booting from HTTP, FTP, iSCSI SAN, Fibre Channel SAN, Wireless, WAN or Infiniband
|
||||
#
|
||||
# http://ipxe.org/
|
||||
#
|
||||
# We use it to rapidly compile & debug metalsvm on real hardware.
|
||||
# This script is fetched and executed by iPXE. Thus enables easy changes in the boot
|
||||
# procedure without recompiling iPXE and reflashing your USB thumbdrive or network boot ROM.
|
||||
|
||||
kernel http://134.130.62.174:8080/metalsvm.elf
|
||||
module http://134.130.62.174:8080/tools/initrd.img
|
||||
boot
|
Loading…
Add table
Reference in a new issue