Skip to content

Instantly share code, notes, and snippets.

@fidothe
Created March 19, 2012 17:47
Show Gist options
  • Save fidothe/2121108 to your computer and use it in GitHub Desktop.
Save fidothe/2121108 to your computer and use it in GitHub Desktop.
sudo virt-install -r 512 --accelerate -n test-ubuntu -f /dev/guests/test \
--location=http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-i386/ \
--nographics --os-variant=ubuntuoneiric \
--extra-args="serial console=tty0 console=ttyS0,115200"
# /dev/guests/test is an LVM volume
@fidothe
Copy link
Author

fidothe commented Mar 19, 2012

This actually installs headlessly :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment