From 994ca8d87361a4eb52a05bb4496b074fc9cb705a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 14 Nov 2017 19:52:49 +0000 Subject: [PATCH] builder: Add Fedora 27 templates for aarch64, armv7l, i686, ppc64, ppc64le. --- .../fedora-27-aarch64.index-fragment | 25 ++++ builder/templates/fedora-27-aarch64.ks | 33 +++++ .../fedora-27-aarch64.virt-install-cmd | 20 +++ .../templates/fedora-27-armv7l.index-fragment | 22 +++ builder/templates/fedora-27-armv7l.ks | 33 +++++ .../fedora-27-armv7l.virt-install-cmd | 19 +++ .../templates/fedora-27-i686.index-fragment | 22 +++ builder/templates/fedora-27-i686.ks | 33 +++++ .../templates/fedora-27-i686.virt-install-cmd | 19 +++ .../templates/fedora-27-ppc64.index-fragment | 22 +++ builder/templates/fedora-27-ppc64.ks | 43 ++++++ .../fedora-27-ppc64.virt-install-cmd | 21 +++ .../fedora-27-ppc64le.index-fragment | 22 +++ builder/templates/fedora-27-ppc64le.ks | 43 ++++++ .../fedora-27-ppc64le.virt-install-cmd | 21 +++ website/download/builder/index | 113 ++++++++++++++ website/download/builder/index.asc | 139 ++++++++++++++++-- 17 files changed, 637 insertions(+), 13 deletions(-) create mode 100644 builder/templates/fedora-27-aarch64.index-fragment create mode 100644 builder/templates/fedora-27-aarch64.ks create mode 100644 builder/templates/fedora-27-aarch64.virt-install-cmd create mode 100644 builder/templates/fedora-27-armv7l.index-fragment create mode 100644 builder/templates/fedora-27-armv7l.ks create mode 100644 builder/templates/fedora-27-armv7l.virt-install-cmd create mode 100644 builder/templates/fedora-27-i686.index-fragment create mode 100644 builder/templates/fedora-27-i686.ks create mode 100644 builder/templates/fedora-27-i686.virt-install-cmd create mode 100644 builder/templates/fedora-27-ppc64.index-fragment create mode 100644 builder/templates/fedora-27-ppc64.ks create mode 100644 builder/templates/fedora-27-ppc64.virt-install-cmd create mode 100644 builder/templates/fedora-27-ppc64le.index-fragment create mode 100644 builder/templates/fedora-27-ppc64le.ks create mode 100644 builder/templates/fedora-27-ppc64le.virt-install-cmd diff --git a/builder/templates/fedora-27-aarch64.index-fragment b/builder/templates/fedora-27-aarch64.index-fragment new file mode 100644 index 000000000..33713c451 --- /dev/null +++ b/builder/templates/fedora-27-aarch64.index-fragment @@ -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. + diff --git a/builder/templates/fedora-27-aarch64.ks b/builder/templates/fedora-27-aarch64.ks new file mode 100644 index 000000000..0ed65630d --- /dev/null +++ b/builder/templates/fedora-27-aarch64.ks @@ -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 diff --git a/builder/templates/fedora-27-aarch64.virt-install-cmd b/builder/templates/fedora-27-aarch64.virt-install-cmd new file mode 100644 index 000000000..99187453f --- /dev/null +++ b/builder/templates/fedora-27-aarch64.virt-install-cmd @@ -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' + diff --git a/builder/templates/fedora-27-armv7l.index-fragment b/builder/templates/fedora-27-armv7l.index-fragment new file mode 100644 index 000000000..69898ac97 --- /dev/null +++ b/builder/templates/fedora-27-armv7l.index-fragment @@ -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. + diff --git a/builder/templates/fedora-27-armv7l.ks b/builder/templates/fedora-27-armv7l.ks new file mode 100644 index 000000000..e70a49c52 --- /dev/null +++ b/builder/templates/fedora-27-armv7l.ks @@ -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 diff --git a/builder/templates/fedora-27-armv7l.virt-install-cmd b/builder/templates/fedora-27-armv7l.virt-install-cmd new file mode 100644 index 000000000..c251daa34 --- /dev/null +++ b/builder/templates/fedora-27-armv7l.virt-install-cmd @@ -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' + diff --git a/builder/templates/fedora-27-i686.index-fragment b/builder/templates/fedora-27-i686.index-fragment new file mode 100644 index 000000000..a4af73d32 --- /dev/null +++ b/builder/templates/fedora-27-i686.index-fragment @@ -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. + diff --git a/builder/templates/fedora-27-i686.ks b/builder/templates/fedora-27-i686.ks new file mode 100644 index 000000000..410ce91aa --- /dev/null +++ b/builder/templates/fedora-27-i686.ks @@ -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 diff --git a/builder/templates/fedora-27-i686.virt-install-cmd b/builder/templates/fedora-27-i686.virt-install-cmd new file mode 100644 index 000000000..8a674f578 --- /dev/null +++ b/builder/templates/fedora-27-i686.virt-install-cmd @@ -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' + diff --git a/builder/templates/fedora-27-ppc64.index-fragment b/builder/templates/fedora-27-ppc64.index-fragment new file mode 100644 index 000000000..b39c80e62 --- /dev/null +++ b/builder/templates/fedora-27-ppc64.index-fragment @@ -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. + diff --git a/builder/templates/fedora-27-ppc64.ks b/builder/templates/fedora-27-ppc64.ks new file mode 100644 index 000000000..0e1e1d8ad --- /dev/null +++ b/builder/templates/fedora-27-ppc64.ks @@ -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 diff --git a/builder/templates/fedora-27-ppc64.virt-install-cmd b/builder/templates/fedora-27-ppc64.virt-install-cmd new file mode 100644 index 000000000..395955be4 --- /dev/null +++ b/builder/templates/fedora-27-ppc64.virt-install-cmd @@ -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' + diff --git a/builder/templates/fedora-27-ppc64le.index-fragment b/builder/templates/fedora-27-ppc64le.index-fragment new file mode 100644 index 000000000..f5a9d85c7 --- /dev/null +++ b/builder/templates/fedora-27-ppc64le.index-fragment @@ -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. + diff --git a/builder/templates/fedora-27-ppc64le.ks b/builder/templates/fedora-27-ppc64le.ks new file mode 100644 index 000000000..4207f0ba3 --- /dev/null +++ b/builder/templates/fedora-27-ppc64le.ks @@ -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 diff --git a/builder/templates/fedora-27-ppc64le.virt-install-cmd b/builder/templates/fedora-27-ppc64le.virt-install-cmd new file mode 100644 index 000000000..b7202d514 --- /dev/null +++ b/builder/templates/fedora-27-ppc64le.virt-install-cmd @@ -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' + diff --git a/website/download/builder/index b/website/download/builder/index index 512f1b635..8243389cd 100644 --- a/website/download/builder/index +++ b/website/download/builder/index @@ -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 diff --git a/website/download/builder/index.asc b/website/download/builder/index.asc index 598a3fcb3..3f8ca1163 100644 --- a/website/download/builder/index.asc +++ b/website/download/builder/index.asc @@ -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-----