functional chroot

This commit is contained in:
phanes
2023-02-20 00:51:16 -05:00
parent cec4493a82
commit 9a95b0e699
2 changed files with 7 additions and 6 deletions

View File

@@ -326,7 +326,7 @@
},
{
"name": "set sysroot ownership for chroot",
"target": "components/stage1/fix_chroot_perms.bash",
"target": "components/stage2/fix_chroot_perms.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,
@@ -344,7 +344,7 @@
},
{
"name": "preparing virtual kernel file systems",
"target": "components/stage1/prepare_vkfs.bash",
"target": "components/stage2/prepare_vkfs.bash",
"is_shell_command": true,
"shell_definition": "bash",
"force_pty": true,