Utilize containerized kernel and remove kernel Support

This commit is contained in:
Gregory Kurtzer
2022-02-15 06:49:24 +00:00
parent 2003ad8768
commit 5a0c13225e
27 changed files with 73 additions and 668 deletions

View File

@@ -70,11 +70,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
n.AssetKey.Set(SetAssetKey)
}
if SetKernel != "" {
wwlog.Printf(wwlog.VERBOSE, "Node: %s, Setting kernel to: %s\n", n.Id.Get(), SetKernel)
n.KernelVersion.Set(SetKernel)
}
if SetKernelArgs != "" {
wwlog.Printf(wwlog.VERBOSE, "Node: %s, Setting kernel args to: %s\n", n.Id.Get(), SetKernelArgs)
n.KernelArgs.Set(SetKernelArgs)