Skip to content

Instantly share code, notes, and snippets.

@egeneralov
Created May 9, 2021 15:49
Show Gist options
  • Select an option

  • Save egeneralov/66989a49821bec5129b27d51fd36fead to your computer and use it in GitHub Desktop.

Select an option

Save egeneralov/66989a49821bec5129b27d51fd36fead to your computer and use it in GitHub Desktop.
#!/bin/bash -xe
virt-install --virt-type kvm --name vmname \
--location http://deb.debian.org/debian/dists/buster/main/installer-amd64/ \
--os-variant debian10 \
--disk size=10 \
--memory 1000 \
--graphics none \
--console pty,target_type=serial \
--extra-args "console=ttyS0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment