builder: templates: Added rhel-7.9.

This commit is contained in:
Richard W.M. Jones
2021-01-27 11:57:41 +00:00
parent 03347d49ee
commit 8670e4ee90
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Kickstart file for rhel-7.9
# Generated by libguestfs.git/builder/templates/make-template.ml
install
text
reboot
lang en_US.UTF-8
keyboard us
network --bootproto dhcp
rootpw builder
firewall --enabled --ssh
timezone --utc America/New_York
selinux --enforcing
bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH"
zerombr
clearpart --all --initlabel --disklabel=gpt
autopart --type=plain
# Halt the system once configuration has finished.
poweroff
%packages
@core
%end
%post
%end
# EOF

View File

@@ -0,0 +1,20 @@
# This is the virt-install command which was used to create
# the virt-builder template 'rhel-7.9'
# 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-pz9um7nm' \
'--ram=4096' \
'--arch=x86_64' \
'--cpu=host' \
'--vcpus=4' \
'--os-variant=rhel7.5' \
'--initrd-inject=rhel-7.9.ks' \
'--extra-args=ks=file:/rhel-7.9.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-pz9um7nm.img,size=6,format=raw' \
'--location=http://download.devel.redhat.com/released/rhel-6-7-8/rhel-7/RHEL-7/7.9/Server/x86_64/os' \
'--serial=pty' \
'--nographics'