Skip to content

Instantly share code, notes, and snippets.

@viz3
Created June 7, 2012 08:56
Show Gist options
  • Save viz3/2887549 to your computer and use it in GitHub Desktop.
Save viz3/2887549 to your computer and use it in GitHub Desktop.
install squeeze-amd64
#!/bin/sh
virt-install \
--connect="qemu:///system" \
--name="squeeze-amd64" \
--ram=8192 \
--location="http://ftp.jp.debian.org/debian/dists/squeeze/main/installer-amd64/" \
--disk path=/var/lib/libvirt/images/squeeze-amd64.img,size=32 \
--network bridge=br0,model=virtio \
--vnc \
--vnclisten=0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment