File: rhel-9.1-aarch64.virt-install-cmd

package info (click to toggle)
guestfs-tools 1.52.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 69,236 kB
  • sloc: ansic: 15,698; ml: 15,621; sh: 7,396; xml: 5,478; makefile: 3,601; perl: 1,535; lex: 135; yacc: 128; python: 80
file content (20 lines) | stat: -rw-r--r-- 993 bytes parent folder | download
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'