mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: Fedora 30 templates.
This commit is contained in:
25
builder/templates/fedora-30-aarch64.index-fragment
Normal file
25
builder/templates/fedora-30-aarch64.index-fragment
Normal file
@@ -0,0 +1,25 @@
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (aarch64)
|
||||
osinfo=fedora30
|
||||
arch=aarch64
|
||||
file=fedora-30-aarch64.xz
|
||||
checksum[sha512]=ee076a91e8773489c6fafd31e0fcc8f35490f1a81782bdf221cc56303e6361a30de9d75f914a88a8cf494e613a06849baebb401f3ff1971fb01d3bbb9146a6fc
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=319857936
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
You will need to use the associated UEFI NVRAM variables file:
|
||||
http://libguestfs.org/download/builder/fedora-30-aarch64-nvram.xz
|
||||
|
||||
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.
|
||||
|
||||
33
builder/templates/fedora-30-aarch64.ks
Normal file
33
builder/templates/fedora-30-aarch64.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-30-aarch64
|
||||
# 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=ttyAMA0 earlyprintk=pl011,0x9000000 ignore_loglevel no_timer_check printk.time=1 rd_NO_PLYMOUTH"
|
||||
|
||||
zerombr
|
||||
clearpart --all --initlabel --disklabel=gpt
|
||||
autopart --type=plain
|
||||
|
||||
# Halt the system once configuration has finished.
|
||||
poweroff
|
||||
|
||||
%packages
|
||||
@core
|
||||
%end
|
||||
|
||||
%post
|
||||
# Ensure the installation is up-to-date.
|
||||
dnf -y --best upgrade
|
||||
%end
|
||||
|
||||
# EOF
|
||||
20
builder/templates/fedora-30-aarch64.virt-install-cmd
Normal file
20
builder/templates/fedora-30-aarch64.virt-install-cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'fedora-30-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-7rvvfkmr' \
|
||||
'--ram=2048' \
|
||||
'--arch=aarch64' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora26' \
|
||||
'--boot' 'loader=/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw,loader_ro=yes,loader_type=pflash,nvram=/home/rjones/d/libguestfs/builder/templates/tmp-7rvvfkmr.vars' \
|
||||
'--initrd-inject=fedora-30-aarch64.ks' \
|
||||
'--extra-args=ks=file:/fedora-30-aarch64.ks console=ttyAMA0 earlyprintk=pl011,0x9000000 ignore_loglevel no_timer_check printk.time=1 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-7rvvfkmr.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/30/Server/aarch64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-30-i686.index-fragment
Normal file
22
builder/templates/fedora-30-i686.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (i686)
|
||||
osinfo=fedora30
|
||||
arch=i686
|
||||
file=fedora-30-i686.xz
|
||||
checksum[sha512]=1ef82bb27c59224a86eb523013f75a83c6d2f4961b435d6f7ed70fd031509cbb730ea34738c2c95d3128a5ea8b0d39b775e7f5372351ba633b096fb4f848e917
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=324581848
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
33
builder/templates/fedora-30-i686.ks
Normal file
33
builder/templates/fedora-30-i686.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-30-i686
|
||||
# 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
|
||||
# Ensure the installation is up-to-date.
|
||||
dnf -y --best upgrade
|
||||
%end
|
||||
|
||||
# EOF
|
||||
19
builder/templates/fedora-30-i686.virt-install-cmd
Normal file
19
builder/templates/fedora-30-i686.virt-install-cmd
Normal file
@@ -0,0 +1,19 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'fedora-30-i686'
|
||||
# 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-etdiijg2' \
|
||||
'--ram=2048' \
|
||||
'--arch=i686' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora26' \
|
||||
'--initrd-inject=fedora-30-i686.ks' \
|
||||
'--extra-args=ks=file:/fedora-30-i686.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-etdiijg2.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Server/i386/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-30.index-fragment
Normal file
22
builder/templates/fedora-30.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server
|
||||
osinfo=fedora30
|
||||
arch=x86_64
|
||||
file=fedora-30.xz
|
||||
checksum[sha512]=295409fcd855f5479780586205142ca8aca5d93f1bd95d9427d8c46eba330049a2bc47a528693b6b9cc6fcc9beb8b03d77aa9bc683dbae6e02ed5c3da00f550d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332691880
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
43
builder/templates/fedora-30.ks
Normal file
43
builder/templates/fedora-30.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-30
|
||||
# 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
|
||||
# Ensure the installation is up-to-date.
|
||||
dnf -y --best upgrade
|
||||
# Enable Xen domU support.
|
||||
pushd /etc/dracut.conf.d
|
||||
echo 'add_drivers+=" xen:vbd xen:vif "' > virt-builder-xen-drivers.conf
|
||||
popd
|
||||
# To make dracut config changes permanent, we need to rerun dracut.
|
||||
# Rerun dracut for the installed kernel (not the running kernel).
|
||||
# See commit 0fa52e4e45d80874bc5ea5f112f74be1d3f3472f and
|
||||
# https://www.redhat.com/archives/libguestfs/2014-June/thread.html#00045
|
||||
KERNEL_VERSION="$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n' | sort -V | tail -1)"
|
||||
dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||
%end
|
||||
|
||||
# EOF
|
||||
20
builder/templates/fedora-30.virt-install-cmd
Normal file
20
builder/templates/fedora-30.virt-install-cmd
Normal file
@@ -0,0 +1,20 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'fedora-30'
|
||||
# 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-h841cv95' \
|
||||
'--ram=2048' \
|
||||
'--arch=x86_64' \
|
||||
'--cpu=host' \
|
||||
'--vcpus=4' \
|
||||
'--os-variant=fedora26' \
|
||||
'--initrd-inject=fedora-30.ks' \
|
||||
'--extra-args=ks=file:/fedora-30.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-h841cv95.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/30/Server/x86_64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
@@ -355,649 +355,6 @@ notes=Debian 9 (stretch)
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-18]
|
||||
name=Fedora® 18
|
||||
osinfo=fedora18
|
||||
arch=x86_64
|
||||
file=fedora-18.xz
|
||||
checksum=12435775193b69f6e22658aaa001d4ca9b15fd68a04b4b7e9be20b3b517e857e417dc3268a302979d4a702b20f25754025f7ae0e9fb7088419a4ca1669585e6f
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=148947524
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 18.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-19]
|
||||
name=Fedora® 19
|
||||
osinfo=fedora19
|
||||
arch=x86_64
|
||||
file=fedora-19.xz
|
||||
revision=2
|
||||
checksum=acecd8d4bca0d6a3f937e0c9386f3185c916df3eaf5f825988c73d41e946a6dc4fda06cdd74a12bc60932edd65846097547b11aca2309a61dd6d0e91ab9d16f3
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=169531628
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 19.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-20]
|
||||
name=Fedora® 20
|
||||
osinfo=fedora20
|
||||
arch=x86_64
|
||||
file=fedora-20.xz
|
||||
revision=2
|
||||
checksum=983a1b33c34cb311ea3a283f06312d24dc81041b64ebc90e40ef2fd7587362acd1a5654b13252f9f57001870aa95495065537e730d5225b49389c1a0478cb028
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=181164220
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 20.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (aarch64)
|
||||
osinfo=fedora21
|
||||
arch=aarch64
|
||||
file=fedora-21-aarch64.xz
|
||||
checksum=57026dd867cbc2e49894dd056ffdc1c397548f4f7e296f393a77ee55343a17f684ddcd3ff7661f514b54209c472f41fce809f2e36064fb66d4f92d8dce5e9b62
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=186616612
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 21 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
Please note you will need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-21-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (armv7l)
|
||||
osinfo=fedora21
|
||||
arch=armv7l
|
||||
file=fedora-21-armv7l.xz
|
||||
checksum=eb44c66f04781064850380fa1747cadc8645c2f3fd8f2dc1b45cbf5b3f31b91383fa9b7b8b2c951556de2ca499a9251487845208aa1a3881ada6d15e49d24300
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=199232964
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (ppc64)
|
||||
osinfo=fedora21
|
||||
arch=ppc64
|
||||
file=fedora-21-ppc64.xz
|
||||
revision=3
|
||||
checksum=acdd9bbd2a434cae48b8f8cf715b00a0cedbb8d276d76a9d4a4f1d469c9522755e82dd03e5f499c1447e09d9bb5a33ada8a061a601d91c007704edfdd80cddb2
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=233099788
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (ppc64 big endian)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (ppc64le)
|
||||
osinfo=fedora21
|
||||
arch=ppc64le
|
||||
file=fedora-21-ppc64le.xz
|
||||
revision=3
|
||||
checksum=490aeb5f1bd8754a3c2ed705d3ca84ccec26f839492c6955f40289c4ce9754ad40f22710e24449aeda4177ae16541dc61c989e3c1751f657ffbd4740240c13c4
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=233706980
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64le.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server
|
||||
osinfo=fedora21
|
||||
arch=x86_64
|
||||
file=fedora-21.xz
|
||||
revision=1
|
||||
checksum=4dc92cbf540d3a0745ffe1fa01ffae15f17e7a8aa45c70ad975a1dda82b7f1ebe42f912be74d91a5866a91ee2ca3be3c2be274b5da29db930fe1ec8c2286575b
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=209059864
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (aarch64)
|
||||
osinfo=fedora22
|
||||
arch=aarch64
|
||||
file=fedora-22-aarch64.xz
|
||||
checksum=a9606947c036d3aade6a0680857adf4bcfb31a62833475466ff4502087cc427926a28d89b684fbe882a65752be263c567b655a988ff5563fee002e2d6f1ccecb
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=215050068
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 22 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
Please note you will need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-22-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (armv7l)
|
||||
osinfo=fedora22
|
||||
arch=armv7l
|
||||
file=fedora-22-armv7l.xz
|
||||
checksum=8c5c39890409e3fe6f0204834289776bb7a8dca95da2f4d3459a99282f5ed100d7ada1caac2234dd0b357ad4047ef441b128c9ba6256b76df79dee6b5c9e33f8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=242234088
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (i686)
|
||||
osinfo=fedora22
|
||||
arch=i686
|
||||
file=fedora-22-i686.xz
|
||||
checksum=3547b94d5c418792e722786cfae41decd41f0725d529d65a2c719094c0b815eaa4fae195514a14d42fa19b57b895bcdbfdb305edf918b1b3722f30f338042d31
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=225185592
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server
|
||||
osinfo=fedora22
|
||||
arch=x86_64
|
||||
file=fedora-22.xz
|
||||
checksum=59f8b32ba363b64ad37a4bd3d17abd049e80691b84ea9b6c4f0485bcc743b6c8dff5bacd4ed838c555487f750edfd132a22421976a0821d82f16811361d4d98d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=228011712
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (aarch64)
|
||||
osinfo=fedora23
|
||||
arch=aarch64
|
||||
file=fedora-23-aarch64.xz
|
||||
checksum=aa1359b2a81841ac07e4e25bef9d3ef3b7cf10c171403505cbbd732644fe6c37938cf6c9e3251dae201b659b47033fb792cb29f587fd4d4816b6c0d100dc5be8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=216417776
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 23 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-23-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (armv7l)
|
||||
osinfo=fedora23
|
||||
arch=armv7l
|
||||
file=fedora-23-armv7l.xz
|
||||
checksum=e2c74544b3e9d25c92724536875a3cbcee0c4c4774bb3956ce6938fdbf1588781a1eb3b54a5fad8cc0d63f0af0c699f7e322c613e13552591eec641edf401d78
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=241758696
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (i686)
|
||||
osinfo=fedora23
|
||||
arch=i686
|
||||
file=fedora-23-i686.xz
|
||||
revision=2
|
||||
checksum=4b1badbb92f40ca1b3336e70b2564755d643bc00005fd6364c389a1f3078952968a6887c36c4f79fe3873cf42d41cb36dd226521fee32ed6e08c65d6d059af3c
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=322831152
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (ppc64)
|
||||
osinfo=fedora23
|
||||
arch=ppc64
|
||||
file=fedora-23-ppc64.xz
|
||||
checksum=99e0c8186b21525d49c0db074fd25bf6631d2fd2cef2ac22f1b1beb6cb492cfc9aed632a2ea091d39d8762fa892b6d2393fecbde7e140236ba4a88d8c54c3152
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=280692072
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (ppc64 big endian)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (ppc64le)
|
||||
osinfo=fedora23
|
||||
arch=ppc64le
|
||||
file=fedora-23-ppc64le.xz
|
||||
revision=2
|
||||
checksum=bb6a4cb02a4d7f99f3b8a0f73faa585a4c14e0120a4ace584e0c86062736302bd293072513510378ad30bbdb5fc905077f15ecb8fb5f2ab6ef50b0532af6b8a7
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=278241384
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64le.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server
|
||||
osinfo=fedora23
|
||||
arch=x86_64
|
||||
file=fedora-23.xz
|
||||
revision=3
|
||||
checksum=90cd606923e16e2c01a08eaa360e213cdd49462e259a04cc6efb1d2516215fb4ac3c62811dfd1646d89650f717da030fa6dec693571e027a644eee589accb78d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=317209280
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (aarch64)
|
||||
osinfo=fedora24
|
||||
arch=aarch64
|
||||
file=fedora-24-aarch64.xz
|
||||
checksum=d17a0ee0e5f661f9d2cbffe12dae306f295a0716ef440a12944d3d2805f5a5c637766c98267e914f588502d7ba7eca888edd93ae34a15e30faf907d8c55f4689
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=287727544
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 24 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-24-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (armv7l)
|
||||
osinfo=fedora24
|
||||
arch=armv7l
|
||||
file=fedora-24-armv7l.xz
|
||||
checksum=7d9a5ce8e10c13e8d07ace42555183bfee5e561464e9fc439d0fefc3e85048bdc0c14d44d5584029d4015d0f3316c7583af8ae6d4c0ff8bcfcdb9037a37cacc0
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=324231484
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (i686)
|
||||
osinfo=fedora24
|
||||
arch=i686
|
||||
file=fedora-24-i686.xz
|
||||
checksum=1461da1557327e0641987654919698a6b7c2df1c58f76a4a4d61fb66476dac1b19fe6e3650b82a246df7d241037725c7b8e57e73d3312e370dfb132f54b5cbf4
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=319087504
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server
|
||||
osinfo=fedora24
|
||||
arch=x86_64
|
||||
file=fedora-24.xz
|
||||
checksum=907656be1f0bb4ed221a54f4339660d02071bdf79acd1644087e5ca20e315ba8e4b9008d7f0814a840904198a54499556f226db8b32f96a01ecd20370da8d03d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=321359432
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (aarch64)
|
||||
osinfo=fedora25
|
||||
arch=aarch64
|
||||
file=fedora-25-aarch64.xz
|
||||
checksum=ad8283c6ac4e0b297fd2413d3ffd231bdfbbb0609960d6fd1af45d8047652f7d515398d97345b0d837eca244a501279f9920c6149e00b6504bd08ab965ef19ac
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=294070292
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 25 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-25-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (armv7l)
|
||||
osinfo=fedora25
|
||||
arch=armv7l
|
||||
file=fedora-25-armv7l.xz
|
||||
checksum=3303230d3e907524817ed95504b7b7a5f6a3e167d9564193fdd0781207b1ca841b244d47778ea639e2af709bb8838256f18503b76f1ede06ca7bb9f72693c538
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=270482468
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (i686)
|
||||
osinfo=fedora25
|
||||
arch=i686
|
||||
file=fedora-25-i686.xz
|
||||
checksum=17cdf048a3961a316ac32aa084b4b7d20d0ff4756bd5e942c1aae29c6e8b3cf2a41516e87e301ee1122643aca14ca252554ebbadbe468a582c10591edc56177a
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=247412792
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (ppc64)
|
||||
osinfo=fedora25
|
||||
arch=ppc64
|
||||
file=fedora-25-ppc64.xz
|
||||
revision=3
|
||||
checksum[sha512]=5d5adde673322853eb9f04aebd5a238339f2db6bbb9e4e708d83a81c08fb4847eb538af89348d081560cac6a16da8a51e9942bddf9c200f701eb5793776eaad8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=336881480
|
||||
expand=/dev/sda3
|
||||
lvexpand=/dev/fedora/root
|
||||
notes=Fedora® 25 Server (ppc64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (ppc64le)
|
||||
osinfo=fedora25
|
||||
arch=ppc64le
|
||||
file=fedora-25-ppc64le.xz
|
||||
revision=3
|
||||
checksum[sha512]=da55406553b5a2e3984d11f4621d41ccbb3c30c9484b66096fc1f85cf590bd4c80750b87886447217e8e9f007e27641c4470dd57245c175bb40543d958d9de1e
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=340668452
|
||||
expand=/dev/sda3
|
||||
lvexpand=/dev/fedora/root
|
||||
notes=Fedora® 25 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server
|
||||
osinfo=fedora25
|
||||
arch=x86_64
|
||||
file=fedora-25.xz
|
||||
checksum=fd7f8c9c7f6093b0c8c154ab12a116952745a00f5634ee8ded8c81d5f3b9b614558b11109de98f814f4f57fb2c0a394fba43d8a9ed127b99b78ff02c39957f7b
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=337395436
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-26]
|
||||
name=Fedora® 26 Server (aarch64)
|
||||
osinfo=fedora26
|
||||
@@ -1409,6 +766,75 @@ notes=Fedora® 29 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (aarch64)
|
||||
osinfo=fedora30
|
||||
arch=aarch64
|
||||
file=fedora-30-aarch64.xz
|
||||
checksum[sha512]=ee076a91e8773489c6fafd31e0fcc8f35490f1a81782bdf221cc56303e6361a30de9d75f914a88a8cf494e613a06849baebb401f3ff1971fb01d3bbb9146a6fc
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=319857936
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
You will need to use the associated UEFI NVRAM variables file:
|
||||
http://libguestfs.org/download/builder/fedora-30-aarch64-nvram.xz
|
||||
|
||||
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.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (i686)
|
||||
osinfo=fedora30
|
||||
arch=i686
|
||||
file=fedora-30-i686.xz
|
||||
checksum[sha512]=1ef82bb27c59224a86eb523013f75a83c6d2f4961b435d6f7ed70fd031509cbb730ea34738c2c95d3128a5ea8b0d39b775e7f5372351ba633b096fb4f848e917
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=324581848
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server
|
||||
osinfo=fedora30
|
||||
arch=x86_64
|
||||
file=fedora-30.xz
|
||||
checksum[sha512]=295409fcd855f5479780586205142ca8aca5d93f1bd95d9427d8c46eba330049a2bc47a528693b6b9cc6fcc9beb8b03d77aa9bc683dbae6e02ed5c3da00f550d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332691880
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[freebsd-11.1]
|
||||
name=FreeBSD 11.1
|
||||
osinfo=freebsd11.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
Hash: SHA256
|
||||
|
||||
[centos-6]
|
||||
name=CentOS 6.6
|
||||
@@ -159,6 +159,25 @@ notes=CentOS 7.5
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[centos-7.6]
|
||||
name=CentOS 7.6
|
||||
osinfo=centos7.6
|
||||
arch=x86_64
|
||||
file=centos-7.6.xz
|
||||
checksum[sha512]=aec0e3b2c012d97e01ff81afe924ce36f5fc8d8688f0ffc83f304f138619935af19d12525f1479f724c35a758feb92b659397805b0fab1fdc482ff5bf6e924d5
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=323800576
|
||||
expand=/dev/sda4
|
||||
notes=CentOS 7.6
|
||||
|
||||
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
|
||||
@@ -339,649 +358,6 @@ notes=Debian 9 (stretch)
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-18]
|
||||
name=Fedora® 18
|
||||
osinfo=fedora18
|
||||
arch=x86_64
|
||||
file=fedora-18.xz
|
||||
checksum=12435775193b69f6e22658aaa001d4ca9b15fd68a04b4b7e9be20b3b517e857e417dc3268a302979d4a702b20f25754025f7ae0e9fb7088419a4ca1669585e6f
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=148947524
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 18.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-19]
|
||||
name=Fedora® 19
|
||||
osinfo=fedora19
|
||||
arch=x86_64
|
||||
file=fedora-19.xz
|
||||
revision=2
|
||||
checksum=acecd8d4bca0d6a3f937e0c9386f3185c916df3eaf5f825988c73d41e946a6dc4fda06cdd74a12bc60932edd65846097547b11aca2309a61dd6d0e91ab9d16f3
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=169531628
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 19.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-20]
|
||||
name=Fedora® 20
|
||||
osinfo=fedora20
|
||||
arch=x86_64
|
||||
file=fedora-20.xz
|
||||
revision=2
|
||||
checksum=983a1b33c34cb311ea3a283f06312d24dc81041b64ebc90e40ef2fd7587362acd1a5654b13252f9f57001870aa95495065537e730d5225b49389c1a0478cb028
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=181164220
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 20.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (aarch64)
|
||||
osinfo=fedora21
|
||||
arch=aarch64
|
||||
file=fedora-21-aarch64.xz
|
||||
checksum=57026dd867cbc2e49894dd056ffdc1c397548f4f7e296f393a77ee55343a17f684ddcd3ff7661f514b54209c472f41fce809f2e36064fb66d4f92d8dce5e9b62
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=186616612
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 21 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
Please note you will need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-21-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (armv7l)
|
||||
osinfo=fedora21
|
||||
arch=armv7l
|
||||
file=fedora-21-armv7l.xz
|
||||
checksum=eb44c66f04781064850380fa1747cadc8645c2f3fd8f2dc1b45cbf5b3f31b91383fa9b7b8b2c951556de2ca499a9251487845208aa1a3881ada6d15e49d24300
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=199232964
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (ppc64)
|
||||
osinfo=fedora21
|
||||
arch=ppc64
|
||||
file=fedora-21-ppc64.xz
|
||||
revision=3
|
||||
checksum=acdd9bbd2a434cae48b8f8cf715b00a0cedbb8d276d76a9d4a4f1d469c9522755e82dd03e5f499c1447e09d9bb5a33ada8a061a601d91c007704edfdd80cddb2
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=233099788
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (ppc64 big endian)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server (ppc64le)
|
||||
osinfo=fedora21
|
||||
arch=ppc64le
|
||||
file=fedora-21-ppc64le.xz
|
||||
revision=3
|
||||
checksum=490aeb5f1bd8754a3c2ed705d3ca84ccec26f839492c6955f40289c4ce9754ad40f22710e24449aeda4177ae16541dc61c989e3c1751f657ffbd4740240c13c4
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=233706980
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64le.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-21]
|
||||
name=Fedora® 21 Server
|
||||
osinfo=fedora21
|
||||
arch=x86_64
|
||||
file=fedora-21.xz
|
||||
revision=1
|
||||
checksum=4dc92cbf540d3a0745ffe1fa01ffae15f17e7a8aa45c70ad975a1dda82b7f1ebe42f912be74d91a5866a91ee2ca3be3c2be274b5da29db930fe1ec8c2286575b
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=209059864
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 21 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (aarch64)
|
||||
osinfo=fedora22
|
||||
arch=aarch64
|
||||
file=fedora-22-aarch64.xz
|
||||
checksum=a9606947c036d3aade6a0680857adf4bcfb31a62833475466ff4502087cc427926a28d89b684fbe882a65752be263c567b655a988ff5563fee002e2d6f1ccecb
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=215050068
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 22 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
Please note you will need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-22-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (armv7l)
|
||||
osinfo=fedora22
|
||||
arch=armv7l
|
||||
file=fedora-22-armv7l.xz
|
||||
checksum=8c5c39890409e3fe6f0204834289776bb7a8dca95da2f4d3459a99282f5ed100d7ada1caac2234dd0b357ad4047ef441b128c9ba6256b76df79dee6b5c9e33f8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=242234088
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server (i686)
|
||||
osinfo=fedora22
|
||||
arch=i686
|
||||
file=fedora-22-i686.xz
|
||||
checksum=3547b94d5c418792e722786cfae41decd41f0725d529d65a2c719094c0b815eaa4fae195514a14d42fa19b57b895bcdbfdb305edf918b1b3722f30f338042d31
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=225185592
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-22]
|
||||
name=Fedora® 22 Server
|
||||
osinfo=fedora22
|
||||
arch=x86_64
|
||||
file=fedora-22.xz
|
||||
checksum=59f8b32ba363b64ad37a4bd3d17abd049e80691b84ea9b6c4f0485bcc743b6c8dff5bacd4ed838c555487f750edfd132a22421976a0821d82f16811361d4d98d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=228011712
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 22 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (aarch64)
|
||||
osinfo=fedora23
|
||||
arch=aarch64
|
||||
file=fedora-23-aarch64.xz
|
||||
checksum=aa1359b2a81841ac07e4e25bef9d3ef3b7cf10c171403505cbbd732644fe6c37938cf6c9e3251dae201b659b47033fb792cb29f587fd4d4816b6c0d100dc5be8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=216417776
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 23 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-23-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (armv7l)
|
||||
osinfo=fedora23
|
||||
arch=armv7l
|
||||
file=fedora-23-armv7l.xz
|
||||
checksum=e2c74544b3e9d25c92724536875a3cbcee0c4c4774bb3956ce6938fdbf1588781a1eb3b54a5fad8cc0d63f0af0c699f7e322c613e13552591eec641edf401d78
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=241758696
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (i686)
|
||||
osinfo=fedora23
|
||||
arch=i686
|
||||
file=fedora-23-i686.xz
|
||||
revision=2
|
||||
checksum=4b1badbb92f40ca1b3336e70b2564755d643bc00005fd6364c389a1f3078952968a6887c36c4f79fe3873cf42d41cb36dd226521fee32ed6e08c65d6d059af3c
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=322831152
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (ppc64)
|
||||
osinfo=fedora23
|
||||
arch=ppc64
|
||||
file=fedora-23-ppc64.xz
|
||||
checksum=99e0c8186b21525d49c0db074fd25bf6631d2fd2cef2ac22f1b1beb6cb492cfc9aed632a2ea091d39d8762fa892b6d2393fecbde7e140236ba4a88d8c54c3152
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=280692072
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (ppc64 big endian)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server (ppc64le)
|
||||
osinfo=fedora23
|
||||
arch=ppc64le
|
||||
file=fedora-23-ppc64le.xz
|
||||
revision=2
|
||||
checksum=bb6a4cb02a4d7f99f3b8a0f73faa585a4c14e0120a4ace584e0c86062736302bd293072513510378ad30bbdb5fc905077f15ecb8fb5f2ab6ef50b0532af6b8a7
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=278241384
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-ppc64le.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-23]
|
||||
name=Fedora® 23 Server
|
||||
osinfo=fedora23
|
||||
arch=x86_64
|
||||
file=fedora-23.xz
|
||||
revision=3
|
||||
checksum=90cd606923e16e2c01a08eaa360e213cdd49462e259a04cc6efb1d2516215fb4ac3c62811dfd1646d89650f717da030fa6dec693571e027a644eee589accb78d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=317209280
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 23 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (aarch64)
|
||||
osinfo=fedora24
|
||||
arch=aarch64
|
||||
file=fedora-24-aarch64.xz
|
||||
checksum=d17a0ee0e5f661f9d2cbffe12dae306f295a0716ef440a12944d3d2805f5a5c637766c98267e914f588502d7ba7eca888edd93ae34a15e30faf907d8c55f4689
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=287727544
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 24 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-24-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (armv7l)
|
||||
osinfo=fedora24
|
||||
arch=armv7l
|
||||
file=fedora-24-armv7l.xz
|
||||
checksum=7d9a5ce8e10c13e8d07ace42555183bfee5e561464e9fc439d0fefc3e85048bdc0c14d44d5584029d4015d0f3316c7583af8ae6d4c0ff8bcfcdb9037a37cacc0
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=324231484
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server (i686)
|
||||
osinfo=fedora24
|
||||
arch=i686
|
||||
file=fedora-24-i686.xz
|
||||
checksum=1461da1557327e0641987654919698a6b7c2df1c58f76a4a4d61fb66476dac1b19fe6e3650b82a246df7d241037725c7b8e57e73d3312e370dfb132f54b5cbf4
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=319087504
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-24]
|
||||
name=Fedora® 24 Server
|
||||
osinfo=fedora24
|
||||
arch=x86_64
|
||||
file=fedora-24.xz
|
||||
checksum=907656be1f0bb4ed221a54f4339660d02071bdf79acd1644087e5ca20e315ba8e4b9008d7f0814a840904198a54499556f226db8b32f96a01ecd20370da8d03d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=321359432
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 24 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (aarch64)
|
||||
osinfo=fedora25
|
||||
arch=aarch64
|
||||
file=fedora-25-aarch64.xz
|
||||
checksum=ad8283c6ac4e0b297fd2413d3ffd231bdfbbb0609960d6fd1af45d8047652f7d515398d97345b0d837eca244a501279f9920c6149e00b6504bd08ab965ef19ac
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=294070292
|
||||
expand=/dev/sda4
|
||||
notes=Fedora 25 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-aarch64.sh
|
||||
|
||||
You may need to use the associated EFI NVRAM variables:
|
||||
http://libguestfs.org/download/builder/fedora-25-aarch64-nvram.xz
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (armv7l)
|
||||
osinfo=fedora25
|
||||
arch=armv7l
|
||||
file=fedora-25-armv7l.xz
|
||||
checksum=3303230d3e907524817ed95504b7b7a5f6a3e167d9564193fdd0781207b1ca841b244d47778ea639e2af709bb8838256f18503b76f1ede06ca7bb9f72693c538
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=270482468
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server (armv7l)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-armv7l.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (i686)
|
||||
osinfo=fedora25
|
||||
arch=i686
|
||||
file=fedora-25-i686.xz
|
||||
checksum=17cdf048a3961a316ac32aa084b4b7d20d0ff4756bd5e942c1aae29c6e8b3cf2a41516e87e301ee1122643aca14ca252554ebbadbe468a582c10591edc56177a
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=247412792
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora-i686.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (ppc64)
|
||||
osinfo=fedora25
|
||||
arch=ppc64
|
||||
file=fedora-25-ppc64.xz
|
||||
revision=3
|
||||
checksum[sha512]=5d5adde673322853eb9f04aebd5a238339f2db6bbb9e4e708d83a81c08fb4847eb538af89348d081560cac6a16da8a51e9942bddf9c200f701eb5793776eaad8
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=336881480
|
||||
expand=/dev/sda3
|
||||
lvexpand=/dev/fedora/root
|
||||
notes=Fedora® 25 Server (ppc64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server (ppc64le)
|
||||
osinfo=fedora25
|
||||
arch=ppc64le
|
||||
file=fedora-25-ppc64le.xz
|
||||
revision=3
|
||||
checksum[sha512]=da55406553b5a2e3984d11f4621d41ccbb3c30c9484b66096fc1f85cf590bd4c80750b87886447217e8e9f007e27641c4470dd57245c175bb40543d958d9de1e
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=340668452
|
||||
expand=/dev/sda3
|
||||
lvexpand=/dev/fedora/root
|
||||
notes=Fedora® 25 Server (ppc64le)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-25]
|
||||
name=Fedora® 25 Server
|
||||
osinfo=fedora25
|
||||
arch=x86_64
|
||||
file=fedora-25.xz
|
||||
checksum=fd7f8c9c7f6093b0c8c154ab12a116952745a00f5634ee8ded8c81d5f3b9b614558b11109de98f814f4f57fb2c0a394fba43d8a9ed127b99b78ff02c39957f7b
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=337395436
|
||||
expand=/dev/sda3
|
||||
notes=Fedora 25 Server.
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
It is thus very minimal. The kickstart and install script can be
|
||||
found in the libguestfs source tree:
|
||||
|
||||
builder/website/fedora.sh
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
[fedora-26]
|
||||
name=Fedora® 26 Server (aarch64)
|
||||
osinfo=fedora26
|
||||
@@ -1393,6 +769,75 @@ notes=Fedora® 29 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (aarch64)
|
||||
osinfo=fedora30
|
||||
arch=aarch64
|
||||
file=fedora-30-aarch64.xz
|
||||
checksum[sha512]=ee076a91e8773489c6fafd31e0fcc8f35490f1a81782bdf221cc56303e6361a30de9d75f914a88a8cf494e613a06849baebb401f3ff1971fb01d3bbb9146a6fc
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=319857936
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (aarch64)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
You will need to use the associated UEFI NVRAM variables file:
|
||||
http://libguestfs.org/download/builder/fedora-30-aarch64-nvram.xz
|
||||
|
||||
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.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server (i686)
|
||||
osinfo=fedora30
|
||||
arch=i686
|
||||
file=fedora-30-i686.xz
|
||||
checksum[sha512]=1ef82bb27c59224a86eb523013f75a83c6d2f4961b435d6f7ed70fd031509cbb730ea34738c2c95d3128a5ea8b0d39b775e7f5372351ba633b096fb4f848e917
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=324581848
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server (i686)
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[fedora-30]
|
||||
name=Fedora® 30 Server
|
||||
osinfo=fedora30
|
||||
arch=x86_64
|
||||
file=fedora-30.xz
|
||||
checksum[sha512]=295409fcd855f5479780586205142ca8aca5d93f1bd95d9427d8c46eba330049a2bc47a528693b6b9cc6fcc9beb8b03d77aa9bc683dbae6e02ed5c3da00f550d
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332691880
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 30 Server
|
||||
|
||||
This Fedora image contains only unmodified @Core group packages.
|
||||
|
||||
Fedora and the Infinity design logo are trademarks of Red Hat, Inc.
|
||||
Source and further information is available from http://fedoraproject.org/
|
||||
|
||||
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.
|
||||
|
||||
[freebsd-11.1]
|
||||
name=FreeBSD 11.1
|
||||
osinfo=freebsd11.1
|
||||
@@ -1587,17 +1032,18 @@ notes=Ubuntu 18.04 (bionic)
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAEBAgAGBQJb2tChAAoJEJFzj3Pht2ig7AkP/1/FddZhkpPsBUuoE5GX8d4y
|
||||
1N8UGrIr1zNDnMabf40+ZGbBsBltuQe4Yhslt6liXsH9gVp0G2Ig9AJdgAFBIV0c
|
||||
f+rJrSvvQ8mZfGtV7DGJ/XSC6vN1TO3nqfa8ltce4/o95LI/blhONfBOXx46bNRq
|
||||
ps/FCtEOt/c55F2+H3quA0CkmJKl5lhHuJT/cNERgkXmnNP1m+tv1B/FIThd4kxW
|
||||
8PbmQylfymWdSmXK1HgD3VSAQc130HmqTw/UXnLRH7wnqmrhJ8W2Bb+hNur6G4qc
|
||||
vS4HSgM+4aC+VUPLbKtb/RvDkCaaBkk8y8mYSTGqShOCjsBxtErMJ04toooG3fk2
|
||||
Ua/bRJ5LTDwuPyN3lj8GNrHRkWvCWj+1bE0geffyW0AYizwmGxPLfrXvChYqCVkc
|
||||
7wkvtMWYAcO9hJEapogoIRqBWZr8yUjiUyC61TO5P4SatOeslf2Phfa9B2DK7i3Q
|
||||
8Y+VltDxSjgqi3C03MgLe4pj+06lQCN2h24rYdSUlOrqImpBbDANBPv+l+P3W6wi
|
||||
laru+RtFaoQoN//ZXTKOyyhZQ86B1binYk7kdLNcVrd8WLZlqub52yzvlNQM9pRp
|
||||
Trve8Gjm26rzfKrmmHZsrAkUyG/sxy8NjNfSRYS49XHwelI4F/QJiEABO/F20Qrq
|
||||
BhMqbBqzSGArhhAi4ySP
|
||||
=IHHH
|
||||
iQJFBAEBCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAlzN7rMRHHJpY2hAYW5u
|
||||
ZXhpYS5vcmcACgkQkXOPc+G3aKBG9RAAizMvdnHFMAFTF2JPiGXS3DaFPizSCnjW
|
||||
Rwm1+TfLhEg/XDlqWplLiWv+oK+cMNHak4Fk7XthOYBfL8eCvf3yO/Hk1AdL6K/3
|
||||
Q4qSLvmELo8FxzgY+ee5P8irzfPSQ5ihdE7lRFrcauC3gwXmCy2l0UcwImyzTB+P
|
||||
5vHdRoKay8MgE7xRGLN7gd1LM9AYi2fTXwGD7UnlSYn9XHmzonmqqp+nTudJIWAd
|
||||
gcIu44R6jx6pM55/W7f4aYb1IhpUA6DMZ+/kDWIAo+CWfA1wwnCTHW7P25L6PkMf
|
||||
+wjmcvXmmR5E/nTMG47/MdgD5LapgnGyFNu7EyMUqVIfTVmIDv3Rh2WHbtj6hfgd
|
||||
0qnziis5H3jKgOdufGidbuEz2KMBlcNsV7PktqSldWRFnq+XyiOoiiIccQgcLobY
|
||||
tNisZgS/+pDYKz2Nn4KpQnSTIIiwCF17PGXX/BYsxyEi6Tdo/BMvzV6RU8ho51Iw
|
||||
sPeO5v8QqbK+fgUpUJ/JZ+gcAZsZXHPH7VzLa0V0WbCN/8NWRHWusvbrAO6PXaS3
|
||||
IYNSEHRMLya/rgC1F6vP3OEruZ5a59Wjc2qVYd2On4otZ9HiPlB5iTp3/E5nPGnb
|
||||
Cp3+ZT+N0jVI3V/i6j6DyB60cH7D0h4HF3c/5y/3YLTVvU9BVTPEcwmAclwwDlMa
|
||||
nfVrPNFBkSE=
|
||||
=J1pP
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
Reference in New Issue
Block a user