mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
21 lines
761 B
Plaintext
21 lines
761 B
Plaintext
# This is the virt-install command which was used to create
|
|
# the virt-builder template 'debian-10'
|
|
# NB: This file is generated for documentation purposes ONLY!
|
|
# This script was never run, and is not intended to be run.
|
|
|
|
'virt-install' \
|
|
'--transient' \
|
|
'--name=tmp-ksggvz66' \
|
|
'--ram=2048' \
|
|
'--arch=x86_64' \
|
|
'--cpu=host' \
|
|
'--vcpus=4' \
|
|
'--os-variant=debian8' \
|
|
'--initrd-inject=/tmp/dqaxqsv8.tmp/preseed.cfg' \
|
|
'--extra-args=auto mirror/http/proxy= console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
|
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-ksggvz66.img,size=6,format=raw' \
|
|
'--location=http://deb.debian.org/debian/dists/buster/main/installer-amd64' \
|
|
'--serial=pty' \
|
|
'--nographics'
|
|
|