MCPcopy Create free account
hub / github.com/danderson/netboot / staticConfigFlags

Function staticConfigFlags

pixiecore/cli/cli.go:67–70  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

65}
66
67func staticConfigFlags(cmd *cobra.Command) {
68 cmd.Flags().String("cmdline", "", "Kernel commandline arguments")
69 cmd.Flags().String("bootmsg", "", "Message to print on machines before booting")
70}
71
72func serverConfigFlags(cmd *cobra.Command) {
73 cmd.Flags().BoolP("debug", "d", false, "Log more things that aren't directly related to booting a recognized client")

Callers 8

debianRecipeFunction · 0.85
ubuntuRecipeFunction · 0.85
fedoraRecipeFunction · 0.85
centosRecipeFunction · 0.85
coreosRecipeFunction · 0.85
netbootRecipeFunction · 0.85
archRecipeFunction · 0.85
initFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected