1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# This is the virt-install command which was used to create
# the virt-builder template 'rhel-9.1-aarch64'
# 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-yzaw61l9' \
'--ram=4096' \
'--arch=aarch64' \
'--vcpus=1' \
'--os-variant=rhel9.0' \
'--boot' 'loader=/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw,loader_ro=yes,loader_type=pflash,nvram=/home/rjones/d/guestfs-tools/builder/templates/tmp-yzaw61l9.vars' \
'--initrd-inject=rhel-9.1-aarch64.ks' \
'--extra-args=inst.ks=file:/rhel-9.1-aarch64.ks console=ttyAMA0 earlyprintk=pl011,0x9000000 ignore_loglevel no_timer_check printk.time=1 rd_NO_PLYMOUTH' \
'--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-yzaw61l9.img,size=6,format=raw' \
'--location=http://download.eng.bos.redhat.com/released/RHEL-9/9.1.0/BaseOS/aarch64/os' \
'--serial=pty' \
'--nographics'
|