major improvements to iso boot

This commit is contained in:
phanes
2023-04-08 08:54:32 -04:00
parent 6b852ee8f0
commit 8b7e0cc32f
7 changed files with 85 additions and 47 deletions

View File

@@ -34,7 +34,7 @@
"user": "root",
"group": "root",
"supply_environment": true,
"environment": "environments/stage2.env.bash"
"environment": "environments/livecd.env.bash"
}
]
}

View File

@@ -17,6 +17,42 @@
"group": "root",
"supply_environment": true,
"environment": "environments/stage4.env.bash"
},
{
"name": "which",
"target": "components/stage5/which.bash --all",
"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"
},
{
"name": "squashfs-tools",
"target": "components/stage5/squashfs-tools.bash --all",
"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"
}
]
}