mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: Add Fedora 29 templates.
This commit is contained in:
25
builder/templates/fedora-29-aarch64.index-fragment
Normal file
25
builder/templates/fedora-29-aarch64.index-fragment
Normal file
@@ -0,0 +1,25 @@
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server (aarch64)
|
||||
osinfo=fedora29
|
||||
arch=aarch64
|
||||
file=fedora-29-aarch64.xz
|
||||
checksum[sha512]=2a0edc92586d6a0a07329d7b6b7f673d63a0a643574dafb5a33fbcd314f12c0c6f6d50e22629eae62425d91837880b522923f9cd4fad5ee9bc7fd9646c0e8489
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=317124664
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29-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-29-aarch64.ks
Normal file
33
builder/templates/fedora-29-aarch64.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-29-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-29-aarch64.virt-install-cmd
Normal file
20
builder/templates/fedora-29-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-29-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-j4n0jzwh' \
|
||||
'--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-j4n0jzwh.vars' \
|
||||
'--initrd-inject=fedora-29-aarch64.ks' \
|
||||
'--extra-args=ks=file:/fedora-29-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-j4n0jzwh.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/29/Server/aarch64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
33
builder/templates/fedora-29-armv7l.ks
Normal file
33
builder/templates/fedora-29-armv7l.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-29-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-29-armv7l.virt-install-cmd
Normal file
19
builder/templates/fedora-29-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-29-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-rqkkcvm6' \
|
||||
'--ram=2048' \
|
||||
'--arch=armv7l' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora26' \
|
||||
'--initrd-inject=fedora-29-armv7l.ks' \
|
||||
'--extra-args=ks=file:/fedora-29-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-rqkkcvm6.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/29/Server/armhfp/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-29-i686.index-fragment
Normal file
22
builder/templates/fedora-29-i686.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server (i686)
|
||||
osinfo=fedora29
|
||||
arch=i686
|
||||
file=fedora-29-i686.xz
|
||||
checksum[sha512]=f3e09f9616b317d88cada0461f26f5efef769551f9694734e7f69a0d96144337a17f3bc83ba38e83e747627b7b55c4aaf9ff5e6717b0d31367e3876890d26953
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=328510404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29-i686.ks
Normal file
33
builder/templates/fedora-29-i686.ks
Normal file
@@ -0,0 +1,33 @@
|
||||
# Kickstart file for fedora-29-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-29-i686.virt-install-cmd
Normal file
19
builder/templates/fedora-29-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-29-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-yujbiztf' \
|
||||
'--ram=2048' \
|
||||
'--arch=i686' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora26' \
|
||||
'--initrd-inject=fedora-29-i686.ks' \
|
||||
'--extra-args=ks=file:/fedora-29-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-yujbiztf.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/29/Server/i386/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
43
builder/templates/fedora-29-ppc64.ks
Normal file
43
builder/templates/fedora-29-ppc64.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-29-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-29-ppc64.virt-install-cmd
Normal file
21
builder/templates/fedora-29-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-29-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-p999pob7' \
|
||||
'--ram=4096' \
|
||||
'--arch=ppc64' \
|
||||
'--machine=pseries' \
|
||||
'--cpu=power7' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora22' \
|
||||
'--initrd-inject=fedora-29-ppc64.ks' \
|
||||
'--extra-args=ks=file:/fedora-29-ppc64.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=hvc0 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-p999pob7.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/29/Server/ppc64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-29-ppc64le.index-fragment
Normal file
22
builder/templates/fedora-29-ppc64le.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server (ppc64le)
|
||||
osinfo=fedora29
|
||||
arch=ppc64le
|
||||
file=fedora-29-ppc64le.xz
|
||||
checksum[sha512]=a599eb936718cb01ebeb7549c090eaec2207214d1950d7f329bde718a67c7edf756f6ba1c5b5fd7f00fd057fd90b2368582b6160048c0a4c5f4a2be32824e7d1
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=422787028
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29-ppc64le.ks
Normal file
43
builder/templates/fedora-29-ppc64le.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-29-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-29-ppc64le.virt-install-cmd
Normal file
21
builder/templates/fedora-29-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-29-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-bm4kun85' \
|
||||
'--ram=4096' \
|
||||
'--arch=ppc64le' \
|
||||
'--machine=pseries' \
|
||||
'--cpu=power8' \
|
||||
'--vcpus=1' \
|
||||
'--os-variant=fedora22' \
|
||||
'--initrd-inject=fedora-29-ppc64le.ks' \
|
||||
'--extra-args=ks=file:/fedora-29-ppc64le.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=hvc0 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-bm4kun85.img,size=6,format=raw' \
|
||||
'--location=https://dl.fedoraproject.org/pub/fedora-secondary/releases/29/Server/ppc64le/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
22
builder/templates/fedora-29.index-fragment
Normal file
22
builder/templates/fedora-29.index-fragment
Normal file
@@ -0,0 +1,22 @@
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server
|
||||
osinfo=fedora29
|
||||
arch=x86_64
|
||||
file=fedora-29.xz
|
||||
checksum[sha512]=092d2fff309a124e50e6065f2cc1309caf9af9ef9789fd98d47b99ca50a0574b4b518d581bec4b9b92680a15860e641b085b2e0ff292784d13e8f9aef6a7d1e9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332259748
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29.ks
Normal file
43
builder/templates/fedora-29.ks
Normal file
@@ -0,0 +1,43 @@
|
||||
# Kickstart file for fedora-29
|
||||
# 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-29.virt-install-cmd
Normal file
20
builder/templates/fedora-29.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-29'
|
||||
# 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-r32qazdd' \
|
||||
'--ram=2048' \
|
||||
'--arch=x86_64' \
|
||||
'--cpu=host' \
|
||||
'--vcpus=4' \
|
||||
'--os-variant=fedora26' \
|
||||
'--initrd-inject=fedora-29.ks' \
|
||||
'--extra-args=ks=file:/fedora-29.ks proxy=http://cache.home.annexia.org:3128 console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
|
||||
'--disk=/home/rjones/d/libguestfs/builder/templates/tmp-r32qazdd.img,size=6,format=raw' \
|
||||
'--location=http://mirror.bytemark.co.uk/fedora/linux/releases/29/Server/x86_64/os/' \
|
||||
'--serial=pty' \
|
||||
'--nographics'
|
||||
|
||||
@@ -1299,6 +1299,97 @@ notes=Fedora® 28 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server (aarch64)
|
||||
osinfo=fedora29
|
||||
arch=aarch64
|
||||
file=fedora-29-aarch64.xz
|
||||
checksum[sha512]=2a0edc92586d6a0a07329d7b6b7f673d63a0a643574dafb5a33fbcd314f12c0c6f6d50e22629eae62425d91837880b522923f9cd4fad5ee9bc7fd9646c0e8489
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=317124664
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29-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-29]
|
||||
name=Fedora® 29 Server (i686)
|
||||
osinfo=fedora29
|
||||
arch=i686
|
||||
file=fedora-29-i686.xz
|
||||
checksum[sha512]=f3e09f9616b317d88cada0461f26f5efef769551f9694734e7f69a0d96144337a17f3bc83ba38e83e747627b7b55c4aaf9ff5e6717b0d31367e3876890d26953
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=328510404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29]
|
||||
name=Fedora® 29 Server (ppc64le)
|
||||
osinfo=fedora29
|
||||
arch=ppc64le
|
||||
file=fedora-29-ppc64le.xz
|
||||
checksum[sha512]=a599eb936718cb01ebeb7549c090eaec2207214d1950d7f329bde718a67c7edf756f6ba1c5b5fd7f00fd057fd90b2368582b6160048c0a4c5f4a2be32824e7d1
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=422787028
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29]
|
||||
name=Fedora® 29 Server
|
||||
osinfo=fedora29
|
||||
arch=x86_64
|
||||
file=fedora-29.xz
|
||||
checksum[sha512]=092d2fff309a124e50e6065f2cc1309caf9af9ef9789fd98d47b99ca50a0574b4b518d581bec4b9b92680a15860e641b085b2e0ff292784d13e8f9aef6a7d1e9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332259748
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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
|
||||
|
||||
@@ -1302,6 +1302,97 @@ notes=Fedora® 28 Server
|
||||
Associated files used to prepare this template can be found in the
|
||||
same directory.
|
||||
|
||||
[fedora-29]
|
||||
name=Fedora® 29 Server (aarch64)
|
||||
osinfo=fedora29
|
||||
arch=aarch64
|
||||
file=fedora-29-aarch64.xz
|
||||
checksum[sha512]=2a0edc92586d6a0a07329d7b6b7f673d63a0a643574dafb5a33fbcd314f12c0c6f6d50e22629eae62425d91837880b522923f9cd4fad5ee9bc7fd9646c0e8489
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=317124664
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29-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-29]
|
||||
name=Fedora® 29 Server (i686)
|
||||
osinfo=fedora29
|
||||
arch=i686
|
||||
file=fedora-29-i686.xz
|
||||
checksum[sha512]=f3e09f9616b317d88cada0461f26f5efef769551f9694734e7f69a0d96144337a17f3bc83ba38e83e747627b7b55c4aaf9ff5e6717b0d31367e3876890d26953
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=328510404
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29]
|
||||
name=Fedora® 29 Server (ppc64le)
|
||||
osinfo=fedora29
|
||||
arch=ppc64le
|
||||
file=fedora-29-ppc64le.xz
|
||||
checksum[sha512]=a599eb936718cb01ebeb7549c090eaec2207214d1950d7f329bde718a67c7edf756f6ba1c5b5fd7f00fd057fd90b2368582b6160048c0a4c5f4a2be32824e7d1
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=422787028
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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-29]
|
||||
name=Fedora® 29 Server
|
||||
osinfo=fedora29
|
||||
arch=x86_64
|
||||
file=fedora-29.xz
|
||||
checksum[sha512]=092d2fff309a124e50e6065f2cc1309caf9af9ef9789fd98d47b99ca50a0574b4b518d581bec4b9b92680a15860e641b085b2e0ff292784d13e8f9aef6a7d1e9
|
||||
format=raw
|
||||
size=6442450944
|
||||
compressed_size=332259748
|
||||
expand=/dev/sda4
|
||||
notes=Fedora® 29 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
|
||||
@@ -1496,17 +1587,17 @@ notes=Ubuntu 18.04 (bionic)
|
||||
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAEBAgAGBQJbAorBAAoJEJFzj3Pht2igZuoP/3FfkoR3Ia6X/GJwYb/Nm+L7
|
||||
mtgMIHuxVIXOiYWErGWUXik3cGMqhoz0RYBswOPU4K7bF2yHbT8GTBzmW2rJ03Ey
|
||||
SeZhVwW2ypeGlqgZc645A2/etcAEzK+VIGtFfr67FnBVMnYOmweX5VLzko9hXxwA
|
||||
Nifz+fpvLXV4PLTaxRQSC+rcH5bhE8CzJ9Wb6dpVZ65BQ3AzomMBD8/F8B4zHUhY
|
||||
q7pi+3DJkdKIZaBy6m6zskG+ji49xNvC1pFKmWgBrbTkoIbglcNYyCvYRdZBEhhB
|
||||
kB+XbZ5iwlxs4+gQ64gHIfmT07iT8q3tgdMXENPE207fYX2kkCD+HEXoJOpCESSb
|
||||
5Sh6Iovoxmra/QghhiIdsE2V5sKjnk6CvPZQVNv/VYKkZULjariX/ofJmBoapyRo
|
||||
sepRaWHfmQny/gQdKqrlBw9Q497s/mPDkFhONGsG2HfC1HC9Tm7AL+iu88RpqLlb
|
||||
yfHStyEvg06fZrk/hmZy89r9DhnYceks1sWpVIpPetS12hWWQPh1jcg13h8H/uYU
|
||||
f80rsMb9QHQQs2vudjgeMG70HI0er1SH8ThP45evw2NluRpclrwHiSxHnMiU+LM0
|
||||
N6YbVkdXL+ujoK5yNEEgxCW8jrg9HxyfGA1Kmcf/h3xj/XMZQdhnLJtFIaqQIoL9
|
||||
9NQhIVC8Yuj5H3KOyVhH
|
||||
=I9K1
|
||||
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
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
Reference in New Issue
Block a user