We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2332ce1 commit 842242cCopy full SHA for 842242c
Configs/Arch.json
@@ -257,8 +257,7 @@
257
],
258
259
"CopyFiles_Stage0": [
260
- "Scripts/Arch/mega_install_packages.sh",
261
- "Scripts/chroot.py"
+ "Scripts/Arch/mega_install_packages.sh"
262
263
264
"CopyFiles_Stage1_CMT": [
@@ -268,8 +267,7 @@
268
267
269
270
"CopyFiles_Stage1": [
271
- ["mega_install_packages.sh", "root/"],
272
- ["chroot.py", "/"]
+ ["mega_install_packages.sh", "root/"]
273
274
275
"Commands_Stage1_0_CMT": [
@@ -354,10 +352,6 @@
354
352
355
353
"Commands_Stage2": [
356
"export ROOTFS=./RootFS",
357
- "reset",
358
- "echo 'Breaking'",
359
- "python3 $ROOTFS/chroot.py break",
360
- "echo 'Did it'",
361
"umount $ROOTFS/proc/",
362
"umount -R $ROOTFS/sys/",
363
"umount -R $ROOTFS/dev/pts/",
0 commit comments