configs addition for chroot population
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"units": [
|
||||
{
|
||||
"name": "welcome",
|
||||
"name": "welcome 2",
|
||||
"target": "components/stage2/welcome.bash",
|
||||
"is_shell_command": true,
|
||||
"shell_definition": "bash",
|
||||
@@ -359,6 +359,24 @@
|
||||
"group": "root",
|
||||
"supply_environment": true,
|
||||
"environment": "environments/stage2.env.bash"
|
||||
},
|
||||
{
|
||||
"name": "populate initial users and groups",
|
||||
"target": "components/stage2/populate_ug.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/stage2.env.bash"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
22
rex.project/x86_64/units/stage3.units
Normal file
22
rex.project/x86_64/units/stage3.units
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"units": [
|
||||
{
|
||||
"name": "welcome 3",
|
||||
"target": "components/stage3/welcome.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/stage3.env.bash"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user