mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: templates: Add centos-7.5.
This commit is contained in:
19
builder/templates/centos-7.5.index-fragment
Normal file
19
builder/templates/centos-7.5.index-fragment
Normal file
@@ -0,0 +1,19 @@
|
||||
[centos-7.5]
|
||||
name=CentOS 7.5
|
||||
osinfo=centos7.5
|
||||
arch=x86_64
|
||||
file=centos-7.5.xz
|
||||
checksum[sha512]=4d9c64aae69d1a18c6137554e25ba77d7bc7dd4dced88d359ed6d9cf91c252e67afc0c297b10bf58309cc09bbaaf2cec647cd1dd14b63edf0c31d55e209c3b2e
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333305636
|
||||
expand=/dev/sda4
|
||||
notes=CentOS 7.5
|
||||
|
||||
This CentOS image contains only unmodified @Core group packages.
|
||||
|
||||
This template was generated by a script in the libguestfs source tree:
|
||||
builder/templates/make-template.ml
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
28
builder/templates/centos-7.5.ks
Normal file
28
builder/templates/centos-7.5.ks
Normal file
@@ -0,0 +1,28 @@
|
||||
# Kickstart file for centos-7.5
|
||||
# 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
|
||||
|
||||
# EOF
|
||||
19
builder/templates/centos-7.5.virt-install-cmd
Normal file
19
builder/templates/centos-7.5.virt-install-cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'centos-7.5'
|
||||
# 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-mfilsn2l' \
|
||||
'--ram=2048' \
|
||||
'--cpu=host' \
|
||||
'--vcpus=4' \
|
||||
'--os-variant=centos7.0' \
|
||||
'--initrd-inject=centos-7.5.ks' \
|
||||
'--extra-args=ks=file:/centos-7.5.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-mfilsn2l.img,size=6,format=raw' \
|
||||
'--location=http://mirror.centos.org/centos-7/7/os/x86_64/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
@@ -137,6 +137,25 @@ notes=CentOS 7.4
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[centos-7.5]
|
||||
name=CentOS 7.5
|
||||
osinfo=centos7.5
|
||||
arch=x86_64
|
||||
file=centos-7.5.xz
|
||||
checksum[sha512]=4d9c64aae69d1a18c6137554e25ba77d7bc7dd4dced88d359ed6d9cf91c252e67afc0c297b10bf58309cc09bbaaf2cec647cd1dd14b63edf0c31d55e209c3b2e
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333305636
|
||||
expand=/dev/sda4
|
||||
notes=CentOS 7.5
|
||||
|
||||
This CentOS image contains only unmodified @Core group packages.
|
||||
|
||||
This template was generated by a script in the libguestfs source tree:
|
||||
builder/templates/make-template.ml
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[cirros-0.3.1]
|
||||
name=CirrOS 0.3.1
|
||||
arch=x86_64
|
||||
|
||||
@@ -140,6 +140,25 @@ notes=CentOS 7.4
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[centos-7.5]
|
||||
name=CentOS 7.5
|
||||
osinfo=centos7.5
|
||||
arch=x86_64
|
||||
file=centos-7.5.xz
|
||||
checksum[sha512]=4d9c64aae69d1a18c6137554e25ba77d7bc7dd4dced88d359ed6d9cf91c252e67afc0c297b10bf58309cc09bbaaf2cec647cd1dd14b63edf0c31d55e209c3b2e
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333305636
|
||||
expand=/dev/sda4
|
||||
notes=CentOS 7.5
|
||||
|
||||
This CentOS image contains only unmodified @Core group packages.
|
||||
|
||||
This template was generated by a script in the libguestfs source tree:
|
||||
builder/templates/make-template.ml
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[cirros-0.3.1]
|
||||
name=CirrOS 0.3.1
|
||||
arch=x86_64
|
||||
@@ -1476,17 +1495,17 @@ notes=Ubuntu 18.04 (bionic)
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAEBAgAGBQJa6JMMAAoJEJFzj3Pht2ig+cgP/AhHy91I/yOQq3Hq5FHE6j3V
|
||||
QAmflhoo+zXy0bsgaZMPQ6RF10Yem+DhFZPOCiCgD5C9Le4uV1Jb+D6iWTB7VrpT
|
||||
ZTFlm5pNbqBhhXb1LDqOI8Eip1nH9OaYZQwllYnRyjwLYZclDh2PXhwMMlNW/Sp3
|
||||
I1cpmq5pmwAAvTrzuYjLoFFqmz98sWOuDqkgs5Ux6vWfXDQ9cfgw+BQ5B7MJMJX3
|
||||
FCK6Ut8/Hd0xwY2LREbrHxJbGSuwAWRgbFodpDCHSv6hX6SbCGDxQSyzNMq9QVYs
|
||||
hcYZ84lLfH+UqXxmlBDzbdP5qQjEGcKr1OwZxuIGF/DjYpgyuqwgntZpS1o5d/XR
|
||||
NOBM9MpZawCUeAn9oz6dUYK2h9zBYeRrB4VjhqZFsu0lUwWSCLEtuP4oBCWY12nh
|
||||
wnZNW8V8TbWny1bZJFKerFT+M1hUBg0SvubSzNpk9CH92CnEzCAydfjAxKV+W6ge
|
||||
W+i9TtNoLeaTfYZiAvpM2FlUvNkd5zyKhMhtkWi7i3FtPUBjbOkYiumYjIe9BllX
|
||||
PW3ZXB9dZR0/84r6h3hv1I6dLcJkHq5e6J/xYbqIYe2y/a2hpkDdwy368Xuepva4
|
||||
xFDdM0p9Sd6QV6wZfVCadV3BCp4yvTUm2O0VvpYDAbfAq8TypLHKacOp7n+HlktN
|
||||
MoY9kFvZ/qpWe3eLIdLr
|
||||
=tUsG
|
||||
iQIcBAEBAgAGBQJa9Lc4AAoJEJFzj3Pht2igmYUQAIWzcrMHQJ+5yFMJWpnrZ1S/
|
||||
kaHiSHAYWUI8U8dRyTeSPteHmAoEgjTvWBBbqjYMFkvlQqkMB4TVwfH6a5mKAHIZ
|
||||
oCXLawi8YKgWidJhCsG5Ln/oC4qUguAPFnEgEwD50Jw3uPlsbjywtbzNfLdmEyYk
|
||||
AVd+vtxCziKvKySCMFtE3U98wllgY7pvhCheZ2EetE7p7L0iClzrmQLDMsgWx292
|
||||
uZD/4yURbsWNOs9uFHdaFX2Erhy06HBO5vvy/GW9sKjwbsI6gVwVZfQpiN2G4Y9v
|
||||
aYlTqLDLF9yDS3fD/tboaWlwT7O3c2LAn+jELrAW0wHyo/YcKgNEufg1Ezs6KG3I
|
||||
OBpos/cW+0O1a5pd2urBnZGp+4/XXvVkXm78afTu2o6Xuks+ow8zCeVjQY7TUEvs
|
||||
bTHT9i18N5PBhgdMtd164YhhcQiqy9doXGaxG9T5EHDlJQUWGz4YGzVf3q+IHz/K
|
||||
gCAxahWdE2QIk6d/KNM4JhoixiA9lUu2xNd2daJMTBgTtQMkMdb+0V54AH4hkydf
|
||||
vO/mykQPaVC+0PCBr7g+32JLqwqWZ+mtzqAaofvp90mjvYtskCKj5K0igXYu1wui
|
||||
GLRR+KPrdfKT66XPoHaxu2K84DHYK4FMoHUvglvhVk1J5FKsZKx4uwZRzG+F8lUe
|
||||
E+ACw8RRNx6vwCQV0bb5
|
||||
=zZ6b
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
Reference in New Issue
Block a user