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

Function init

pixiecore/cli/quickcmd.go:346–359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344}
345
346func init() {
347 rootCmd.AddCommand(quickCmd)
348 debianRecipe(quickCmd)
349 ubuntuRecipe(quickCmd)
350 fedoraRecipe(quickCmd)
351 centosRecipe(quickCmd)
352 netbootRecipe(quickCmd)
353 coreosRecipe(quickCmd)
354 archRecipe(quickCmd)
355
356 // TODO: some kind of caching support where quick OSes get
357 // downloaded locally, so you don't have to fetch from a remote
358 // server on every boot attempt.
359}

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected