Skip to content

Commit

Permalink
Update qemu-debian-arm64-vnc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Willie169 authored Dec 24, 2024
1 parent 92a00a7 commit 52b1274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOTshortcuts/qemu-debian-arm64-vnc.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
memory='1024'
cpu='2'
qemu-system-aarch64 -machine virt -m $memory -smp cpus=$cpu -cpu host -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-aarch64-code.fd -netdev user,id=n1,dns=8.8.8.8,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1 -drive file=~/debian-arm64/debian-12-nocloud-arm64.qcow2,format=qcow2 -vnc :0
qemu-system-aarch64 -machine virt -m $memory -smp cpus=$cpu -cpu cortex-a72 -drive if=pflash,format=raw,read-only=on,file=$PREFIX/share/qemu/edk2-aarch64-code.fd -netdev user,id=n1,dns=8.8.8.8,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1 -drive file=~/debian-arm64/debian-12-nocloud-arm64.qcow2,format=qcow2 -vnc :0

0 comments on commit 52b1274

Please sign in to comment.