UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit f73abc93 authored by Christopher Lees's avatar Christopher Lees :no_mobile_phones:
Browse files

Upload New File

parent 11f3e91f
Branches
No related merge requests found
Pipeline #42703 failed with stage
in 2 seconds
#!/bin/bash
kvm \
-m 4096 \
-smp 4 \
-drive file=$HOME/Downloads/vm/win.qcow2,if=virtio \
-net user,smb=$HOME/Downloads/vm \
-net nic,model=virtio \
-usb -device usb-kbd -device usb-tablet \
-snapshot
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment