This commit is contained in:
Oliver
2025-08-08 16:34:03 -03:00
commit dc80dd9522
16 changed files with 235 additions and 0 deletions

6
start_vm Executable file
View File

@@ -0,0 +1,6 @@
#/bin/bash
cp alpine.qcow2 data/alpine.qcow2
qemu-system-x86_64 -m 1024M -hda data/alpine.qcow2 -boot d -netdev user,id=net0,hostfwd=tcp::2222-:22 -device e1000,netdev=net0 -enable-kvm -cpu host