()
| 344 | } |
| 345 | |
| 346 | func 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 | } |
nothing calls this directly
no test coverage detected