fix broken initramfs tmpfs and refactor initramfs init sequence

This commit is contained in:
Gregory Kurtzer
2020-12-20 11:54:25 -08:00
parent 20109cee73
commit 1161f051f1
8 changed files with 95 additions and 79 deletions

View File

@@ -104,7 +104,7 @@ func init() {
fmt.Fprintf(c, "nodeprofiles:\n")
fmt.Fprintf(c, " default:\n")
fmt.Fprintf(c, " comment: This profile is automatically included for each node\n")
fmt.Fprintf(c, " kernel args: crashkernel=no quiet\n")
fmt.Fprintf(c, " kernel args: crashkernel=no vga=791 rootfstype=ramfs quiet\n")
fmt.Fprintf(c, "nodes: {}\n")
c.Close()