builder: Update Fedora 25 and RHEL 7.3 ppc64 and ppc64le images.

Rebuild these images with the new make-template.ml script.  This fixes
the lack of virtio-scsi driver and broken initramfs.

These images all use LVM because without that both Fedora and RHEL put
the root filesystem on an extended partition (/dev/sda5) which
virt-resize cannot handle.

(Note the RHEL images are not public.)
This commit is contained in:
Richard W.M. Jones
2016-11-29 19:08:17 +00:00
parent 7a9f9b7cdc
commit e4b73d67f2
8 changed files with 438 additions and 263 deletions

View File

@@ -3,21 +3,22 @@ name=Fedora® 25 Server (ppc64)
osinfo=fedora25
arch=ppc64
file=fedora-25-ppc64.xz
revision=2
checksum=6cbe13eab5b4ece19c263163d947072c644ee234e3d116e6fdf517206b7bea10d870933b31f8ab970480aa5a09cd75b04858b46bbe85dcfc6820069523bd4b9d
revision=3
checksum[sha512]=5d5adde673322853eb9f04aebd5a238339f2db6bbb9e4e708d83a81c08fb4847eb538af89348d081560cac6a16da8a51e9942bddf9c200f701eb5793776eaad8
format=raw
size=6442450944
compressed_size=311245832
compressed_size=336881480
expand=/dev/sda3
notes=Fedora 25 Server (ppc64 big endian)
lvexpand=/dev/fedora/root
notes=Fedora® 25 Server (ppc64)
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/
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.

View File

@@ -0,0 +1,43 @@
# Kickstart file for fedora-25-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
autopart --type=lvm
# 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

View File

@@ -3,21 +3,22 @@ name=Fedora® 25 Server (ppc64le)
osinfo=fedora25
arch=ppc64le
file=fedora-25-ppc64le.xz
revision=2
checksum=b51f8ad21862db31540a489e0fd070054789be1c054f6d30d03d8284320bb84bc025ae71e7b4f7d386a5ff074dacbf84b9724eaf74d31b13bda8776756717bf4
revision=3
checksum[sha512]=da55406553b5a2e3984d11f4621d41ccbb3c30c9484b66096fc1f85cf590bd4c80750b87886447217e8e9f007e27641c4470dd57245c175bb40543d958d9de1e
format=raw
size=6442450944
compressed_size=336716660
compressed_size=340668452
expand=/dev/sda3
notes=Fedora 25 Server (ppc64le)
lvexpand=/dev/fedora/root
notes=Fedora® 25 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/
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.

View File

@@ -0,0 +1,43 @@
# Kickstart file for fedora-25-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
autopart --type=lvm
# 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

View File

@@ -0,0 +1,41 @@
# Kickstart file for rhel-7.3-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=ttyS0,115200 rd_NO_PLYMOUTH"
zerombr
clearpart --all --initlabel
autopart --type=lvm
# Halt the system once configuration has finished.
poweroff
%packages
@core
%end
%post
# 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

View File

@@ -0,0 +1,41 @@
# Kickstart file for rhel-7.3-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=ttyS0,115200 rd_NO_PLYMOUTH"
zerombr
clearpart --all --initlabel
autopart --type=lvm
# Halt the system once configuration has finished.
poweroff
%packages
@core
%end
%post
# 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

View File

@@ -823,46 +823,48 @@ name=Fedora® 25 Server (ppc64)
osinfo=fedora25
arch=ppc64
file=fedora-25-ppc64.xz
revision=2
checksum=6cbe13eab5b4ece19c263163d947072c644ee234e3d116e6fdf517206b7bea10d870933b31f8ab970480aa5a09cd75b04858b46bbe85dcfc6820069523bd4b9d
revision=3
checksum[sha512]=5d5adde673322853eb9f04aebd5a238339f2db6bbb9e4e708d83a81c08fb4847eb538af89348d081560cac6a16da8a51e9942bddf9c200f701eb5793776eaad8
format=raw
size=6442450944
compressed_size=311245832
compressed_size=336881480
expand=/dev/sda3
notes=Fedora 25 Server (ppc64 big endian)
lvexpand=/dev/fedora/root
notes=Fedora® 25 Server (ppc64)
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/
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=2
checksum=b51f8ad21862db31540a489e0fd070054789be1c054f6d30d03d8284320bb84bc025ae71e7b4f7d386a5ff074dacbf84b9724eaf74d31b13bda8776756717bf4
revision=3
checksum[sha512]=da55406553b5a2e3984d11f4621d41ccbb3c30c9484b66096fc1f85cf590bd4c80750b87886447217e8e9f007e27641c4470dd57245c175bb40543d958d9de1e
format=raw
size=6442450944
compressed_size=336716660
compressed_size=340668452
expand=/dev/sda3
notes=Fedora 25 Server (ppc64le)
lvexpand=/dev/fedora/root
notes=Fedora® 25 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/
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

View File

@@ -62,25 +62,6 @@ notes=CentOS 7.1
builder/website/centos.sh
[centos-7.2]
name=CentOS 7.2
osinfo=centos7.2
arch=x86_64
file=centos-7.2.xz
checksum=b32e6003d1f15e3a97e3644e35bb3fdc345a9b2e7448655d951ec331af6cd2b5548d6acfc9d92f09ac3a8a6439069c27fa539997118cb8a3f77d3bfa45c659d0
format=raw
size=6442450944
compressed_size=252158848
expand=/dev/sda3
notes=CentOS 7.2
This CentOS 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/centos.sh
[centos-7.2]
name=CentOS 7.2 (aarch64)
osinfo=centos7.2
@@ -100,6 +81,25 @@ notes=CentOS 7.2 (aarch64)
builder/website/centos-aarch64.sh
[centos-7.2]
name=CentOS 7.2
osinfo=centos7.2
arch=x86_64
file=centos-7.2.xz
checksum=b32e6003d1f15e3a97e3644e35bb3fdc345a9b2e7448655d951ec331af6cd2b5548d6acfc9d92f09ac3a8a6439069c27fa539997118cb8a3f77d3bfa45c659d0
format=raw
size=6442450944
compressed_size=252158848
expand=/dev/sda3
notes=CentOS 7.2
This CentOS 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/centos.sh
[cirros-0.3.1]
name=CirrOS 0.3.1
arch=x86_64
@@ -151,38 +151,6 @@ notes=Debian 6 (Squeeze).
--firstboot-command "dpkg-reconfigure openssh-server"
[debian-7]
name=Debian 7 (Wheezy)
osinfo=debian7
arch=x86_64
file=debian-7.xz
revision=2
checksum=c980a7d878c086b14619b3b9f644ab131c1f88b87729062f2832de12a938ba9e5a511c49402a9d02b740a30876f51889d20e7d0ed4997755f542650b8485f013
format=raw
size=4294967296
compressed_size=150734028
expand=/dev/sda1
notes=Debian 7 (Wheezy).
This is a default Debian install.
The preseed and virt-install scripts that produced this image
can be found in the libguestfs source tree:
builder/website/debian.preseed
builder/website/debian.sh
This image is so very minimal that it only includes an ssh
server and no virtual consoles. To enable virtual consoles
use this virt-builder option:
virt-builder debian-7 \
--edit '/etc/inittab: s,^#([1-9].*respawn.*/sbin/getty.*),$1,'
This image does not contain SSH host keys. To regenerate them use:
--firstboot-command "dpkg-reconfigure openssh-server"
[debian-7]
name=Debian 7 (Wheezy) (sparc64)
osinfo=debian7
@@ -218,6 +186,38 @@ notes=Debian 7 (Wheezy).
Console messages are lost after the bootconsole is disabled, but it
is still booting and will eventually give you a login prompt.
[debian-7]
name=Debian 7 (Wheezy)
osinfo=debian7
arch=x86_64
file=debian-7.xz
revision=2
checksum=c980a7d878c086b14619b3b9f644ab131c1f88b87729062f2832de12a938ba9e5a511c49402a9d02b740a30876f51889d20e7d0ed4997755f542650b8485f013
format=raw
size=4294967296
compressed_size=150734028
expand=/dev/sda1
notes=Debian 7 (Wheezy).
This is a default Debian install.
The preseed and virt-install scripts that produced this image
can be found in the libguestfs source tree:
builder/website/debian.preseed
builder/website/debian.sh
This image is so very minimal that it only includes an ssh
server and no virtual consoles. To enable virtual consoles
use this virt-builder option:
virt-builder debian-7 \
--edit '/etc/inittab: s,^#([1-9].*respawn.*/sbin/getty.*),$1,'
This image does not contain SSH host keys. To regenerate them use:
--firstboot-command "dpkg-reconfigure openssh-server"
[debian-8]
name=Debian 8 (Jessie)
osinfo=debian8
@@ -316,29 +316,6 @@ notes=Fedora 20.
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-21]
name=Fedora® 21 Server (aarch64)
osinfo=fedora21
@@ -432,17 +409,18 @@ notes=Fedora 21 Server (ppc64le)
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
[fedora-21]
name=Fedora® 21 Server
osinfo=fedora21
arch=x86_64
file=fedora-22.xz
checksum=59f8b32ba363b64ad37a4bd3d17abd049e80691b84ea9b6c4f0485bcc743b6c8dff5bacd4ed838c555487f750edfd132a22421976a0821d82f16811361d4d98d
file=fedora-21.xz
revision=1
checksum=4dc92cbf540d3a0745ffe1fa01ffae15f17e7a8aa45c70ad975a1dda82b7f1ebe42f912be74d91a5866a91ee2ca3be3c2be274b5da29db930fe1ec8c2286575b
format=raw
size=6442450944
compressed_size=228011712
compressed_size=209059864
expand=/dev/sda3
notes=Fedora 22 Server.
notes=Fedora 21 Server.
This Fedora image contains only unmodified @Core group packages.
@@ -454,28 +432,6 @@ notes=Fedora 22 Server.
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 (aarch64)
osinfo=fedora22
@@ -523,41 +479,17 @@ notes=Fedora 22 Server (armv7l)
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-23]
name=Fedora® 23 Server (i686)
osinfo=fedora23
[fedora-22]
name=Fedora® 22 Server (i686)
osinfo=fedora22
arch=i686
file=fedora-23-i686.xz
revision=2
checksum=4b1badbb92f40ca1b3336e70b2564755d643bc00005fd6364c389a1f3078952968a6887c36c4f79fe3873cf42d41cb36dd226521fee32ed6e08c65d6d059af3c
file=fedora-22-i686.xz
checksum=3547b94d5c418792e722786cfae41decd41f0725d529d65a2c719094c0b815eaa4fae195514a14d42fa19b57b895bcdbfdb305edf918b1b3722f30f338042d31
format=raw
size=6442450944
compressed_size=322831152
compressed_size=225185592
expand=/dev/sda3
notes=Fedora 23 Server (i686)
notes=Fedora 22 Server (i686)
This Fedora image contains only unmodified @Core group packages.
@@ -569,6 +501,28 @@ notes=Fedora 23 Server (i686)
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
@@ -616,6 +570,29 @@ notes=Fedora 23 Server (armv7l)
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
@@ -661,17 +638,18 @@ notes=Fedora 23 Server (ppc64le)
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
[fedora-23]
name=Fedora® 23 Server
osinfo=fedora23
arch=x86_64
file=fedora-24.xz
checksum=907656be1f0bb4ed221a54f4339660d02071bdf79acd1644087e5ca20e315ba8e4b9008d7f0814a840904198a54499556f226db8b32f96a01ecd20370da8d03d
file=fedora-23.xz
revision=3
checksum=90cd606923e16e2c01a08eaa360e213cdd49462e259a04cc6efb1d2516215fb4ac3c62811dfd1646d89650f717da030fa6dec693571e027a644eee589accb78d
format=raw
size=6442450944
compressed_size=321359432
compressed_size=317209280
expand=/dev/sda3
notes=Fedora 24 Server.
notes=Fedora 23 Server.
This Fedora image contains only unmodified @Core group packages.
@@ -683,50 +661,6 @@ notes=Fedora 24 Server.
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 (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 (aarch64)
osinfo=fedora24
@@ -752,39 +686,39 @@ notes=Fedora 24 Server (aarch64)
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
osinfo=fedora25
arch=x86_64
file=fedora-25.xz
checksum=fd7f8c9c7f6093b0c8c154ab12a116952745a00f5634ee8ded8c81d5f3b9b614558b11109de98f814f4f57fb2c0a394fba43d8a9ed127b99b78ff02c39957f7b
[fedora-24]
name=Fedora® 24 Server (armv7l)
osinfo=fedora24
arch=armv7l
file=fedora-24-armv7l.xz
checksum=7d9a5ce8e10c13e8d07ace42555183bfee5e561464e9fc439d0fefc3e85048bdc0c14d44d5584029d4015d0f3316c7583af8ae6d4c0ff8bcfcdb9037a37cacc0
format=raw
size=6442450944
compressed_size=337395436
compressed_size=324231484
expand=/dev/sda3
notes=Fedora 25 Server.
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.sh
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
[fedora-24]
name=Fedora® 24 Server (i686)
osinfo=fedora24
arch=i686
file=fedora-25-i686.xz
checksum=17cdf048a3961a316ac32aa084b4b7d20d0ff4756bd5e942c1aae29c6e8b3cf2a41516e87e301ee1122643aca14ca252554ebbadbe468a582c10591edc56177a
file=fedora-24-i686.xz
checksum=1461da1557327e0641987654919698a6b7c2df1c58f76a4a4d61fb66476dac1b19fe6e3650b82a246df7d241037725c7b8e57e73d3312e370dfb132f54b5cbf4
format=raw
size=6442450944
compressed_size=247412792
compressed_size=319087504
expand=/dev/sda3
notes=Fedora 25 Server (i686)
notes=Fedora 24 Server (i686)
This Fedora image contains only unmodified @Core group packages.
@@ -796,6 +730,28 @@ notes=Fedora 25 Server (i686)
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
@@ -844,47 +800,93 @@ notes=Fedora 25 Server (armv7l)
Source and further information is available from http://fedoraproject.org/
[fedora-25]
name=Fedora® 25 Server (ppc64)
name=Fedora® 25 Server (i686)
osinfo=fedora25
arch=ppc64
file=fedora-25-ppc64.xz
revision=2
checksum=6cbe13eab5b4ece19c263163d947072c644ee234e3d116e6fdf517206b7bea10d870933b31f8ab970480aa5a09cd75b04858b46bbe85dcfc6820069523bd4b9d
arch=i686
file=fedora-25-i686.xz
checksum=17cdf048a3961a316ac32aa084b4b7d20d0ff4756bd5e942c1aae29c6e8b3cf2a41516e87e301ee1122643aca14ca252554ebbadbe468a582c10591edc56177a
format=raw
size=6442450944
compressed_size=311245832
compressed_size=247412792
expand=/dev/sda3
notes=Fedora 25 Server (ppc64 big endian)
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-ppc64.sh
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=2
checksum=b51f8ad21862db31540a489e0fd070054789be1c054f6d30d03d8284320bb84bc025ae71e7b4f7d386a5ff074dacbf84b9724eaf74d31b13bda8776756717bf4
revision=3
checksum[sha512]=da55406553b5a2e3984d11f4621d41ccbb3c30c9484b66096fc1f85cf590bd4c80750b87886447217e8e9f007e27641c4470dd57245c175bb40543d958d9de1e
format=raw
size=6442450944
compressed_size=336716660
compressed_size=340668452
expand=/dev/sda3
notes=Fedora 25 Server (ppc64le)
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-ppc64le.sh
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/
@@ -1030,19 +1032,20 @@ notes=Ubuntu 16.04 (Xenial).
image contains a user account 'builder'. I have disabled it, so that
people who don't read release notes don't get caught out, but you might
still wish to delete it completely.
-----BEGIN PGP SIGNATURE-----
iQIcBAEBAgAGBQJYNyKDAAoJEJFzj3Pht2igdaUP/AsBU/zCqdVblQ/968bZiuOh
UuR0w0RAAF/lNs6mKlJFqFJ9Dcs9+3Q5x/tZHGqCd5yfJ5c/51hEDt/rtTaQZAOw
/AMfA6fFK6ufP184esUp97oavGaT0Pa7fOs5mdWSvrEmPyYwoa4mimX+A3N+1BIU
OLuSiVp9bio8oyaAkllWxvWuOKyke0tYtifenhF+w11WbpdfntTwPcSOLw98YPPq
DMM6qLHaXOm8+FSZkSRKJ+5PyXLq4imyHFSJjSEd7xAXGx5If0/OLzlWfD4rRa1W
BmgNKl/e+cZkZgrYeXtZEjSl1wrWO6OSyloqOD+mRmmX7e9Fc4o9HXRP1cPwNjLX
RvikfbaTrctGtxouUSGqcx8MYkcGA9/+vgxbDKIw+wzNXZ7ZvEOEpqGEGeVj4cHm
bLH6VFiItA7KM0G5FtjeMfX+m2FXmspthxuIRuC3zWZrzMVNUwwVORUaPdMChVLT
Vwxs93aKCtqdEJ7yLT/QJ8d1kLZaJWZENZmky/kZPwdX6+DTIZtqER4KZEp/zmJG
SCnn9Sl+eAR2x5lAEtcgjusKAUzd5CmxOHHnxVXQYlLtYAQ9qgOSqRWFjQZ6wfX7
6jmeJLWvPDnRUMbdHh02ogeb70Uc49EP5co5USZu5pv+AjSasr+sKt8HADWvBPus
ybLH6RK9/Yez/CUlWLzW
=s2cl
iQIcBAEBAgAGBQJYPdzVAAoJEJFzj3Pht2igHxgP+gLAN1gtQf2Tm938CGORAOhZ
c0UN42OUgfpT70e2Uf99Bvm10EI4PAgMGVcwkT7+jA7HWBhUHTUMq9bpg+zgPCS2
irOAkYQOBp6KrVPFXJYKbKahEZu1m+ryD3SdcqXqJLDxEzrEM7P3/9fwMxULdwDv
+FaEqYjExoTxIU7Xt4JKmVZod8C5vGrCvRZ5bW6onuVvXpdsRKQHKY5Lj9hHYPZC
DLQojgnnMU8LJL1nR312Qqz7Qs0UnuJvZYmr5fGQV6ofd5pPMal+z3O9TyDWygx7
mFVxNmpp2vB2P3SMTcABKtgrFbQtoHejk/rUpbrloWNDXKKl2uaXDRfjFKg0DFTS
WL3ZpmMgzDX0giZlrh7k2e+iF4peqEGDTuEjAblcbqk9ykAhmofvrmAJTrvhkFjR
8sAqE1cWbIz42RyhWRpBID2hxLjv/D92gRS1lBDZAqr/l8ZT5i2K6VgUWeUrsbrE
aYPuODWNqWOAPq75G423xKT6NPSd3zgs6LvJXD9RItgGq7uFPH1O7kotsRTnkgvH
yNR9IQW8xz3UYlD8ex+d0jjAYjH2yt++aKB3qTYsJb6VwTR27ymCya/IO8EAPzSM
vG+ol7hMAdEGF/rYFHkKiodjFhMlqufGS7ponLIq1j/5ELI3pjZATIj4IrpcuayT
Cev5yaeA1SzrPzgx+/tA
=uUux
-----END PGP SIGNATURE-----