new structure

This commit is contained in:
Oliver
2025-08-08 16:54:00 -03:00
parent dc80dd9522
commit 3b2d644a1b
33 changed files with 391 additions and 16 deletions

View File

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