Advertisement
shchuko

Untitled

Oct 9th, 2020
1,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.43 KB | None | 0 0
  1. qemu-system-x86_64 \
  2.                                       -drive "file=centos8.qcow2,format=qcow2" \
  3.                                       -accel kvm \
  4.                                       -m 1G \
  5.                                       -smp 1 \
  6.                                       -vga vmware \
  7.                                       -net nic,model=virtio -net user,smb=/home/shchuko/share  -bios /usr/share/edk2-ovmf/x64/OVMF.fd
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement