Created
March 19, 2012 17:47
-
-
Save fidothe/2121108 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This actually installs headlessly :-)