Files
libguestfs/builder/templates/fedora-28.virt-install-cmd
2018-05-01 17:17:54 +01:00

20 lines
771 B
Plaintext

# This is the virt-install command which was used to create
# the virt-builder template 'fedora-28'
# 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-kg7tbfnd' \
'--ram=2048' \
'--cpu=host' \
'--vcpus=4' \
'--os-variant=fedora23' \
'--initrd-inject=fedora-28.ks' \
'--extra-args=ks=file:/fedora-28.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-kg7tbfnd.img,size=6,format=raw' \
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/28/Server/x86_64/os/' \
'--serial=pty' \
'--nographics'