Advertisement
Guest User

Untitled

a guest
May 13th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. qemu-system-x86_64 -net nic -net user,hostfwd=tcp::2222-:22 \
  2. -kernel ~/Source/linux/arch/x86_64/boot/bzImage \
  3. -append "root=/dev/vda1 ro console=ttyS0 systemd.unit=graphical.target" \
  4. -m 8g -smp 8 -cpu host -nographic -serial mon:stdio -enable-kvm \
  5. -drive file=~/Images/qcow2/centos-9-cloud.qcow2,if=virtio,format=qcow2 \
  6. -drive file=~/Images/seed.img,if=virtio,format=raw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement