====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
commandline [2010/01/30 06:54] sha0 Add BusID setting |
commandline [2010/02/16 08:24] (current) pscheie |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Etherboot command-line===== | =====Etherboot command-line===== | ||
====Network Interfaces==== | ====Network Interfaces==== | ||
- | Etherboot names interfaces following the pattern "net#". | + | Etherboot names interfaces following the pattern "net#". The special network interface alias "netX" refers to the last opened network interface. |
**ifstat [interfaces...]** Displays information and statistics about the specified interface. If no interface is specified, displays information about all detected interfaces. Information includes MAC address, PCI bus/slot/function identiers, and packet counts. | **ifstat [interfaces...]** Displays information and statistics about the specified interface. If no interface is specified, displays information about all detected interfaces. Information includes MAC address, PCI bus/slot/function identiers, and packet counts. | ||
Line 38: | Line 38: | ||
**imgfree [image name]** Free one or all executable/loadable images. | **imgfree [image name]** Free one or all executable/loadable images. | ||
+ | |||
+ | **imgstat** List images currently held in memory. | ||
**kernel [-n|--name <image name>] <filename> [arguments]** Fetch and load a bzImage format Linux kernel. Equivalent to an **imgfetch** followed by **imgload**. | **kernel [-n|--name <image name>] <filename> [arguments]** Fetch and load a bzImage format Linux kernel. Equivalent to an **imgfetch** followed by **imgload**. |