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 6de6956 commit 680f1c9Copy full SHA for 680f1c9
1 file changed
proxyclient/tools/run_guest_kernel.sh
@@ -48,7 +48,7 @@ fi
48
49
if [ -n "$initramfs" ]; then
50
initramfs_size=$(stat --printf='%s' "$initramfs")
51
- python - << EOF >>"$TMPDIR/m1n1-linux.bin"
+ python3 - << EOF >>"$TMPDIR/m1n1-linux.bin"
52
import os, sys
53
54
magic = b'm1n1_initramfs'
@@ -59,8 +59,8 @@ EOF
59
fi
60
61
echo "Chainloading to updated m1n1..."
62
-python "$base"/chainload.py -r "$base"/../../build/m1n1.bin
+python3 "$base"/chainload.py -r "$base"/../../build/m1n1.bin
63
echo "Starting guest..."
64
-exec python "$base"/run_guest.py \
+exec python3 "$base"/run_guest.py \
65
-c "load_system_map('$kernel_base/System.map')" "$@" \
66
-r "$TMPDIR/m1n1-linux.bin"
0 commit comments