through kernel compilation -- possibly ready to image with initrd for iso prep

This commit is contained in:
phanes
2023-03-19 21:46:24 -04:00
parent 1f5d82d752
commit 0b5d868da1
20 changed files with 11352 additions and 21 deletions

View File

@@ -5,7 +5,6 @@
"name": "welcome master",
"dependencies": [ null ],
"comment": "greet the user"
},
}
]
}

View File

@@ -390,6 +390,11 @@
"name": "stage4 cleanup",
"dependencies": [ null ],
"comment": "8.80"
},
{
"name": "systemd tuning",
"dependencies": [ null ],
"comment": "9.2"
}
]
}

View File

@@ -0,0 +1,20 @@
{
"plan":
[
{
"name": "welcome 5",
"dependencies": [ null ],
"comment": "greet the user"
},
{
"name": "cpio",
"dependencies": [ null ],
"comment": "prereq for fedora kernel config"
},
{
"name": "linux kernel",
"dependencies": [ null ],
"comment": "the abyss"
}
]
}