mirror of https://github.com/ipxe/ipxe.git
For convenience, it is now possible to display a whole set of options at once, by specifying the scope name, including trailing slash. Before: iPXE> show net0/ip net0/ip:ipv4 = 1.2.3.4 iPXE> show net0/netmask net0/netmask:ipv4 = 255.255.255.0 After: iPXE> show net0/ net0/busid = 01:80:86:10:0e net0/busloc = 0x10 net0/bustype = PCI net0/chip = 82540em net0/hwaddr = 52:54:00:12:34:56 net0/ifname = net0 net0/mac = 52:54:00:12:34:56 net0/ip = 1.2.3.4 net0/netmask = 255.255.255.0 net0/ip6 = fe80::5054:ff:fe12:3456 net0/len6 = 64 Signed-off-by: Christian Iversen <ci@iversenit.dk> |
||
---|---|---|
contrib | ||
src | ||
.travis.yml | ||
COPYING | ||
COPYING.GPLv2 | ||
COPYING.UBDL | ||
README |
README
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org