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 2f58a16 commit 2332ce1Copy full SHA for 2332ce1
Configs/Arch.json
@@ -257,9 +257,7 @@
257
],
258
259
"CopyFiles_Stage0": [
260
- "Scripts/Arch/cross_x86",
261
"Scripts/Arch/mega_install_packages.sh",
262
- "Scripts/Arch/build_install_mesa.sh",
263
"Scripts/chroot.py"
264
265
@@ -270,9 +268,7 @@
270
268
271
269
272
"CopyFiles_Stage1": [
273
- ["cross_x86", "root/"],
274
["mega_install_packages.sh", "root/"],
275
- ["build_install_mesa.sh", "root/"],
276
["chroot.py", "/"]
277
278
@@ -341,7 +337,6 @@
341
337
342
338
"Commands_InChroot2": [
343
339
"killall -3 gpg-agent",
344
- "sh /root/build_install_mesa.sh",
345
340
"rm -Rf /usr/local",
346
"rm -Rf /root/*",
347
"rm -Rf /root/.*",
0 commit comments