Skip to content

Instantly share code, notes, and snippets.

@viz3
Created June 7, 2012 08:53
Show Gist options
  • Save viz3/2887541 to your computer and use it in GitHub Desktop.
Save viz3/2887541 to your computer and use it in GitHub Desktop.
install lenny-i386
#!/bin/sh
virt-install \
--connect="qemu:///system" \
--name="lenny-i386" \
--ram=4096 \
--cdrom="/path/to/debian-5010-i386-netinst.iso" \
--disk path=/var/lib/libvirt/images/lenny-i386.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