mirror of
https://github.com/danderson/netboot.git
synced 2025-08-10 00:27:12 +02:00
pixiecore/cli: fix CLI's docstring.
This commit is contained in:
parent
2a7824bf67
commit
09a8c3d87d
@ -32,8 +32,6 @@ import (
|
|||||||
var Ipxe = map[pixiecore.Firmware][]byte{}
|
var Ipxe = map[pixiecore.Firmware][]byte{}
|
||||||
|
|
||||||
// CLI runs the Pixiecore commandline.
|
// CLI runs the Pixiecore commandline.
|
||||||
//
|
|
||||||
// Takes a map of ipxe bootloader binaries for various architectures.
|
|
||||||
func CLI() {
|
func CLI() {
|
||||||
// The ipxe firmware flags need to be set outside init(), so that
|
// The ipxe firmware flags need to be set outside init(), so that
|
||||||
// the default flag value is computed appropriately based on
|
// the default flag value is computed appropriately based on
|
||||||
|
Loading…
Reference in New Issue
Block a user