Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created November 14, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/090514e1979ca1e573efbbc8f7a2cbc2 to your computer and use it in GitHub Desktop.
Save cleverca22/090514e1979ca1e573efbbc8f7a2cbc2 to your computer and use it in GitHub Desktop.
nix-shell -p qemu_kvm
qemu-img create -f qcow2 drive1.img $((1024*1024*1024*1024))
qemu-kvm -m 1024 -drive file=drive1.img -drive file=result/iso/nixos-18.03pre119292.cfafd6f5a8-x86_64-linux.iso,format=raw,media=cdrom
qemu-kvm -m 1024 -drive file=drive1.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment