From ee84e8d339ec052998079387c3c3766eb58c22aa Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Wed, 9 Feb 2022 20:19:20 +0000 Subject: [PATCH] rootfstype=rootfs does not need to be defined. --- internal/pkg/node/constructors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/node/constructors.go b/internal/pkg/node/constructors.go index dc20ffcb..d5e5b9cf 100644 --- a/internal/pkg/node/constructors.go +++ b/internal/pkg/node/constructors.go @@ -56,7 +56,7 @@ func (config *nodeYaml) FindAllNodes() ([]NodeInfo, error) { n.Ipxe.SetDefault("default") n.Init.SetDefault("/sbin/init") n.Root.SetDefault("initramfs") - n.KernelArgs.SetDefault("quiet crashkernel=no vga=791 rootfstype=rootfs") + n.KernelArgs.SetDefault("quiet crashkernel=no vga=791") fullname := strings.SplitN(nodename, ".", 2) if len(fullname) > 1 {