mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: Add Fedora 27 templates for aarch64, armv7l, i686, ppc64, ppc64le.
This commit is contained in:
25
builder/templates/fedora-27-aarch64.index-fragment
Normal file
25
builder/templates/fedora-27-aarch64.index-fragment
Normal file
@@ -0,0 +1,25 @@
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (aarch64)
|
||||
osinfo=fedora27
|
||||
arch=aarch64
|
||||
file=fedora-27-aarch64.xz
|
||||
checksum[sha512]=c250817fc0211593c4de4b75307bb996821d9a0a4c76b8c213f1e253f3c377112daad6cac61ec1b4e7366e0df4eeb3f86eb93c34e251500e6568b9a80671a3e2
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333834292
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27-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-27-aarch64.ks
Normal file
33
builder/templates/fedora-27-aarch64.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-27-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-27-aarch64.virt-install-cmd
Normal file
20
builder/templates/fedora-27-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-27-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-c12ztsw3' \
|
||||
'--ram=2048' \
|
||||
'--arch=aarch64' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora23' \
|
||||
'--boot' 'loader=/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw,loader_ro=yes,loader_type=pflash,nvram=/home/rjones/d/libguestfs/builder/templates/tmp-c12ztsw3.vars' \
|
||||
'--initrd-inject=fedora-27-aarch64.ks' \
|
||||
'--extra-args=ks=file:/fedora-27-aarch64.ks proxy=http://cache.home.annexia.org:3128 console=ttyAMA0 earlyprintk=pl011,0x9000000 ignore_loglevel no_timer_check printk.time=1 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-c12ztsw3.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Server/aarch64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-27-armv7l.index-fragment
Normal file
22
builder/templates/fedora-27-armv7l.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (armv7l)
|
||||
osinfo=fedora27
|
||||
arch=armv7l
|
||||
file=fedora-27-armv7l.xz
|
||||
checksum[sha512]=b5ea481f4841d22022b2de9505120f95f0cc56f984cdbbdef2c8d29cf35f94c5b8fe89a9c548e4f24e6770995ff01aaf77c9f4eb56faa76d9ac5e4149ad9ef86
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=367813400
|
||||
expand=/dev/sda3
|
||||
notes=Fedora® 27 Server (armv7l)
|
||||
|
||||
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-27-armv7l.ks
Normal file
33
builder/templates/fedora-27-armv7l.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-27-armv7l
|
||||
# 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=ttyAMA0,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-27-armv7l.virt-install-cmd
Normal file
19
builder/templates/fedora-27-armv7l.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-27-armv7l'
|
||||
# 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-362rplz1' \
|
||||
'--ram=2048' \
|
||||
'--arch=armv7l' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora23' \
|
||||
'--initrd-inject=fedora-27-armv7l.ks' \
|
||||
'--extra-args=ks=file:/fedora-27-armv7l.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=ttyAMA0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-362rplz1.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/27/Server/armhfp/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-27-i686.index-fragment
Normal file
22
builder/templates/fedora-27-i686.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (i686)
|
||||
osinfo=fedora27
|
||||
arch=i686
|
||||
file=fedora-27-i686.xz
|
||||
checksum[sha512]=c29fccb7b372a11a4a4e027705456c3e861f848cb2ac4e6573c28977c6c66a244c6356996f5df0ccb890290a5ee58eb62edec9907bc86bc9e0825d5e26a56083
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=353771776
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27-i686.ks
Normal file
33
builder/templates/fedora-27-i686.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-27-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-27-i686.virt-install-cmd
Normal file
19
builder/templates/fedora-27-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-27-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-aqk78va5' \
|
||||
'--ram=2048' \
|
||||
'--arch=i686' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora23' \
|
||||
'--initrd-inject=fedora-27-i686.ks' \
|
||||
'--extra-args=ks=file:/fedora-27-i686.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-aqk78va5.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Server/i386/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-27-ppc64.index-fragment
Normal file
22
builder/templates/fedora-27-ppc64.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (ppc64)
|
||||
osinfo=fedora27
|
||||
arch=ppc64
|
||||
file=fedora-27-ppc64.xz
|
||||
checksum[sha512]=eb6fb9e0fae8618f10d5eb7812581d23e9f9d13c8029ea43ce3efef6ea4ae37f72561d2a9cbfbea49942ba9b236351cb4f37b11d6873f5a3dc3752e9ab1b90b9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=344503404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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.
|
||||
|
||||
43
builder/templates/fedora-27-ppc64.ks
Normal file
43
builder/templates/fedora-27-ppc64.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-27-ppc64
|
||||
# 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=hvc0 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 virtio-scsi support.
|
||||
pushd /etc/dracut.conf.d
|
||||
echo 'add_drivers+=" virtio-blk virtio-scsi "' > virt-builder-virtio-scsi.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
|
||||
21
builder/templates/fedora-27-ppc64.virt-install-cmd
Normal file
21
builder/templates/fedora-27-ppc64.virt-install-cmd
Normal file
@@ -0,0 +1,21 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'fedora-27-ppc64'
|
||||
# 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-jat538rh' \
|
||||
'--ram=4096' \
|
||||
'--arch=ppc64' \
|
||||
'--machine=pseries' \
|
||||
'--cpu=POWER7' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora22' \
|
||||
'--initrd-inject=fedora-27-ppc64.ks' \
|
||||
'--extra-args=ks=file:/fedora-27-ppc64.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=hvc0 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-jat538rh.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Server/ppc64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-27-ppc64le.index-fragment
Normal file
22
builder/templates/fedora-27-ppc64le.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (ppc64le)
|
||||
osinfo=fedora27
|
||||
arch=ppc64le
|
||||
file=fedora-27-ppc64le.xz
|
||||
checksum[sha512]=d38fe2412508700d292f4eb816c90a16aa8424a3bf77a5148d25e49bc34a52963ae3fccd5ae21d9c7c632ecbfd1892ee643d3124d9ddddd5cec75f19d97962b6
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=345536532
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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.
|
||||
|
||||
43
builder/templates/fedora-27-ppc64le.ks
Normal file
43
builder/templates/fedora-27-ppc64le.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-27-ppc64le
|
||||
# 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=hvc0 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 virtio-scsi support.
|
||||
pushd /etc/dracut.conf.d
|
||||
echo 'add_drivers+=" virtio-blk virtio-scsi "' > virt-builder-virtio-scsi.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
|
||||
21
builder/templates/fedora-27-ppc64le.virt-install-cmd
Normal file
21
builder/templates/fedora-27-ppc64le.virt-install-cmd
Normal file
@@ -0,0 +1,21 @@
|
||||
# This is the virt-install command which was used to create
|
||||
# the virt-builder template 'fedora-27-ppc64le'
|
||||
# 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-fiwz7naa' \
|
||||
'--ram=4096' \
|
||||
'--arch=ppc64le' \
|
||||
'--machine=pseries' \
|
||||
'--cpu=POWER8' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora22' \
|
||||
'--initrd-inject=fedora-27-ppc64le.ks' \
|
||||
'--extra-args=ks=file:/fedora-27-ppc64le.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=hvc0 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-fiwz7naa.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/27/Server/ppc64le/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
@@ -1101,6 +1101,119 @@ notes=Fedora® 26 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (aarch64)
|
||||
osinfo=fedora27
|
||||
arch=aarch64
|
||||
file=fedora-27-aarch64.xz
|
||||
checksum[sha512]=c250817fc0211593c4de4b75307bb996821d9a0a4c76b8c213f1e253f3c377112daad6cac61ec1b4e7366e0df4eeb3f86eb93c34e251500e6568b9a80671a3e2
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333834292
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27-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-27]
|
||||
name=Fedora® 27 Server (armv7l)
|
||||
osinfo=fedora27
|
||||
arch=armv7l
|
||||
file=fedora-27-armv7l.xz
|
||||
checksum[sha512]=b5ea481f4841d22022b2de9505120f95f0cc56f984cdbbdef2c8d29cf35f94c5b8fe89a9c548e4f24e6770995ff01aaf77c9f4eb56faa76d9ac5e4149ad9ef86
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=367813400
|
||||
expand=/dev/sda3
|
||||
notes=Fedora® 27 Server (armv7l)
|
||||
|
||||
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-27]
|
||||
name=Fedora® 27 Server (i686)
|
||||
osinfo=fedora27
|
||||
arch=i686
|
||||
file=fedora-27-i686.xz
|
||||
checksum[sha512]=c29fccb7b372a11a4a4e027705456c3e861f848cb2ac4e6573c28977c6c66a244c6356996f5df0ccb890290a5ee58eb62edec9907bc86bc9e0825d5e26a56083
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=353771776
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server (ppc64)
|
||||
osinfo=fedora27
|
||||
arch=ppc64
|
||||
file=fedora-27-ppc64.xz
|
||||
checksum[sha512]=eb6fb9e0fae8618f10d5eb7812581d23e9f9d13c8029ea43ce3efef6ea4ae37f72561d2a9cbfbea49942ba9b236351cb4f37b11d6873f5a3dc3752e9ab1b90b9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=344503404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server (ppc64le)
|
||||
osinfo=fedora27
|
||||
arch=ppc64le
|
||||
file=fedora-27-ppc64le.xz
|
||||
checksum[sha512]=d38fe2412508700d292f4eb816c90a16aa8424a3bf77a5148d25e49bc34a52963ae3fccd5ae21d9c7c632ecbfd1892ee643d3124d9ddddd5cec75f19d97962b6
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=345536532
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server
|
||||
osinfo=fedora27
|
||||
|
||||
@@ -1104,6 +1104,119 @@ notes=Fedora® 26 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-27]
|
||||
name=Fedora® 27 Server (aarch64)
|
||||
osinfo=fedora27
|
||||
arch=aarch64
|
||||
file=fedora-27-aarch64.xz
|
||||
checksum[sha512]=c250817fc0211593c4de4b75307bb996821d9a0a4c76b8c213f1e253f3c377112daad6cac61ec1b4e7366e0df4eeb3f86eb93c34e251500e6568b9a80671a3e2
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=333834292
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27-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-27]
|
||||
name=Fedora® 27 Server (armv7l)
|
||||
osinfo=fedora27
|
||||
arch=armv7l
|
||||
file=fedora-27-armv7l.xz
|
||||
checksum[sha512]=b5ea481f4841d22022b2de9505120f95f0cc56f984cdbbdef2c8d29cf35f94c5b8fe89a9c548e4f24e6770995ff01aaf77c9f4eb56faa76d9ac5e4149ad9ef86
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=367813400
|
||||
expand=/dev/sda3
|
||||
notes=Fedora® 27 Server (armv7l)
|
||||
|
||||
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-27]
|
||||
name=Fedora® 27 Server (i686)
|
||||
osinfo=fedora27
|
||||
arch=i686
|
||||
file=fedora-27-i686.xz
|
||||
checksum[sha512]=c29fccb7b372a11a4a4e027705456c3e861f848cb2ac4e6573c28977c6c66a244c6356996f5df0ccb890290a5ee58eb62edec9907bc86bc9e0825d5e26a56083
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=353771776
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server (ppc64)
|
||||
osinfo=fedora27
|
||||
arch=ppc64
|
||||
file=fedora-27-ppc64.xz
|
||||
checksum[sha512]=eb6fb9e0fae8618f10d5eb7812581d23e9f9d13c8029ea43ce3efef6ea4ae37f72561d2a9cbfbea49942ba9b236351cb4f37b11d6873f5a3dc3752e9ab1b90b9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=344503404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server (ppc64le)
|
||||
osinfo=fedora27
|
||||
arch=ppc64le
|
||||
file=fedora-27-ppc64le.xz
|
||||
checksum[sha512]=d38fe2412508700d292f4eb816c90a16aa8424a3bf77a5148d25e49bc34a52963ae3fccd5ae21d9c7c632ecbfd1892ee643d3124d9ddddd5cec75f19d97962b6
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=345536532
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 27 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-27]
|
||||
name=Fedora® 27 Server
|
||||
osinfo=fedora27
|
||||
@@ -1289,17 +1402,17 @@ notes=Ubuntu 16.04 (Xenial).
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAEBAgAGBQJaCwQoAAoJEJFzj3Pht2igCA4QAKMUx7n4PwyMqjWShHZV8TKW
|
||||
vpegUWZfgOJ0qfigEw9UFFRtYlM68+GbTHAJnfyh/gr513K77nw2I1pfEjVd1lqP
|
||||
EEMRWyfHPOLdEUjr/3CYHiKqF+qv6QGJayNJHinwIdSTSkyKQ8sBu7NfVIZUusbu
|
||||
dpBnoAfJce+0/PWcypf0f7eG2WUTTA4a0jWSWX4TIqAayxdeVRGPFWAlaQDDaFmp
|
||||
9c0hCbvsrkB8RRbsrJ1ms9YC8U/1Mon9cvJaKtELp0A4rsbSoRdf5UEGtZw1fPAu
|
||||
FuOjRijEsixOLlTX7wF78TyjBBRUghh8LEWSpcYjsteFxZrrDLFt3M2o/LewI+Xj
|
||||
yOaRdbRkywSIQI88oASP0XfGwjy3Whgy6SW6EKC+L4QGhk02LuKA7fOLbmSxqat1
|
||||
axxr05YMXUm2T3h5ml6Zg5V+pacwjaMW8Ed360apcx+eiIEowor2PQJQwpB2BX0l
|
||||
uNREcMybqAvMy36rD1umB3CX3o2UUCBQnBdkVuIBF2pjrsIh0eKzwInSoXVToNeY
|
||||
F/syy1Y1Od5Jluz9SyU73/S5JsPNLbr0W1H2/F+jgEVkjEpab0bYDK6k4mxmUShn
|
||||
UDXKR+m6N9D8cZ9n/MWYI7pOfp30StLsAfF/Hbn8+eoaOxG2pgPZQVS/gv896ny5
|
||||
L462xM3lGM/kPyU+FIqR
|
||||
=/8R0
|
||||
iQIcBAEBAgAGBQJaC0l/AAoJEJFzj3Pht2ig8LoQAKJKLfXnhwDgWMnXlptqqsL4
|
||||
jZAcYxKCe57bMqjk1f3vgy5i+4+qx2/uQDqKQUgHJDaQMZkn6sUd2ValRkK7JLbd
|
||||
sh7SEovUD7X1SpFkm0OE0XcF3Il9plvvHbn9s5ho6+QYAcA7r47FRd9SmMwNET+w
|
||||
BjITLG3Ia0XnKzeyqtEzvWSwi9iOgyUDvwZKwqaLIxDR8lgpXYvHTCKx0vHY77wM
|
||||
1dIsI8ASFRl2BElocYB43k0d25ZfdQ0rtmzea3JoncZAwnzFIGNcO+KY2baqCVgZ
|
||||
vua7pxwgeGNfsJ9Un51A7U2vz9LrzitTDXUgm02EWzb/K1FDI6S6gVqwp+/S5M4K
|
||||
OwM2iToBWfYtz1wHR6QjlRLXz3IddfT72xQwWLNYfl5r4BfHuDaKqFjNEjab8kym
|
||||
jDW8ammNu3GfYtNtyIaNjGg3f+clZ/wIexiCAGsCnAAp1ZjmYKetcZL3j0mBCAQA
|
||||
bWOsMOKVNCL/HimRu8ubiTmRiMKrzdJhdoRwdvoYgn6/CwrapuX5ksddh0drpEHT
|
||||
neq0q/ril75EPL4wLMAJQguSXpWHcR9jd3QEECaBu/YoSUOjl86cSG0ARBhp/RI7
|
||||
lXSfFTzGc+iHEWjwOpRhA+9rMREEtoagCJdKn3daivNSiiJ0DZGD0Ce4Zq5IvfO5
|
||||
9SbIe/i/yfLajGPbvd/I
|
||||
=4VgU
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
Reference in New Issue
Block a user