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

@@ -17,24 +17,6 @@
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
},
{
"name": "stage4 cleanup",
"target": "components/stage4/cleanup.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
"set_working_directory": false,
"working_directory": "",
"rectify": false,
"rectifier": "",
"active": true,
"required": true,
"set_user_context": true,
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
}
]
}