new structure
This commit is contained in:
4
start_vm
4
start_vm
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user