Skip to content

Commit 842242c

Browse files
committed
We do not use the chroot script
1 parent 2332ce1 commit 842242c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Configs/Arch.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@
257257
],
258258

259259
"CopyFiles_Stage0": [
260-
"Scripts/Arch/mega_install_packages.sh",
261-
"Scripts/chroot.py"
260+
"Scripts/Arch/mega_install_packages.sh"
262261
],
263262

264263
"CopyFiles_Stage1_CMT": [
@@ -268,8 +267,7 @@
268267
],
269268

270269
"CopyFiles_Stage1": [
271-
["mega_install_packages.sh", "root/"],
272-
["chroot.py", "/"]
270+
["mega_install_packages.sh", "root/"]
273271
],
274272

275273
"Commands_Stage1_0_CMT": [
@@ -354,10 +352,6 @@
354352

355353
"Commands_Stage2": [
356354
"export ROOTFS=./RootFS",
357-
"reset",
358-
"echo 'Breaking'",
359-
"python3 $ROOTFS/chroot.py break",
360-
"echo 'Did it'",
361355
"umount $ROOTFS/proc/",
362356
"umount -R $ROOTFS/sys/",
363357
"umount -R $ROOTFS/dev/pts/",

0 commit comments

Comments
 (0)