--- /dev/null
+[fedora-36]
+name=Fedora® 36 Server
+osinfo=fedora36
+arch=x86_64
+file=fedora-36.xz
+checksum[sha512]=1fedc13bb1c9d0272d9c67e279a5bbfef745b96ff5fbd2e90a5d27826e3164168884d70db9fc2f53a29df004081f12b825236707987cd9323c45011ca1f53973
+format=raw
+size=6442450944
+compressed_size=681190812
+expand=/dev/sda3
+notes=Fedora® 36 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.
+
--- /dev/null
+# Kickstart file for fedora-36
+# Generated by libguestfs.git/builder/templates/make-template.ml
+
+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
+# This required otherwise the kernel will not be bootable, see
+# https://bugzilla.redhat.com/show_bug.cgi?id=1911177
+# https://bugzilla.redhat.com/show_bug.cgi?id=1945835#c24
+grub2-mkconfig -o '/etc/grub2.cfg'
+# 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
--- /dev/null
+# This is the virt-install command which was used to create
+# the virt-builder template 'fedora-36'
+# 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-xg0sk0a5' \
+ '--ram=4096' \
+ '--arch=x86_64' \
+ '--cpu=host' \
+ '--vcpus=4' \
+ '--os-variant=fedora34' \
+ '--initrd-inject=fedora-36.ks' \
+ '--extra-args=inst.ks=file:/fedora-36.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
+ '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-xg0sk0a5.img,size=6,format=raw' \
+ '--location=https://lon.mirror.rackspace.com/fedora/releases/36/Server/x86_64/os/' \
+ '--serial=pty' \
+ '--nographics'
+
(* Fedora primary architectures. *)
| Fedora ver, Armv7 ->
- Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/armhfp/os/" ver)
+ Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/armhfp/os/" ver)
| Fedora ver, X86_64 when ver < 21 ->
- Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Fedora/x86_64/os/" ver)
+ Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/releases/%d/Fedora/x86_64/os/" ver)
| Fedora ver, X86_64 ->
- Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/x86_64/os/" ver)
+ Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/x86_64/os/" ver)
| Fedora ver, Aarch64 ->
- Location (sprintf "https://mirror.bytemark.co.uk/fedora/linux/releases/%d/Server/aarch64/os/" ver)
+ Location (sprintf "https://lon.mirror.rackspace.com/fedora/releases/%d/Server/aarch64/os/" ver)
(* Fedora secondary architectures.
* By using dl.fedoraproject.org we avoid randomly using mirrors
| RHEL (8, minor), arch ->
Location (sprintf "http://download.eng.bos.redhat.com/released/rhel-6-7-8/rhel-8/RHEL-8/8.%d.0/BaseOS/%s/os" minor (string_of_arch arch))
+ | RHEL (9, minor), arch ->
+ Location (sprintf "http://download.eng.bos.redhat.com/released/rhel-9/RHEL-9/9.%d.0/BaseOS/%s/os" minor (string_of_arch arch))
+
| Ubuntu (_, dist), X86_64 ->
Location (sprintf "http://archive.ubuntu.com/ubuntu/dists/%s/main/installer-amd64" dist)
| Alma (major, _), _ -> sprintf "almalinux%d" major
- | CentOS (8, _), _ -> "rhel8.0" (* temporary until osinfo updated *)
+ | CentOS (8, _), _ -> "rhel8.5" (* max version known in Fedora 36 *)
| CentOS (major, minor), _ when (major, minor) <= (7,0) ->
sprintf "centos%d.%d" major minor
| CentOS _, _ -> "centos7.0" (* max version known in Fedora 31 *)
- | CentOSStream 8, _ -> "rhel8.0" (* temporary until osinfo updated *)
- | CentOSStream _, _ -> "rhel8.0" (* min known version is 8 *)
+ | CentOSStream 8, _ -> "rhel8.5" (* max version known in Fedora 36 *)
+ | CentOSStream _, _ -> "rhel8.5" (* max version known in Fedora 36 *)
| RHEL (6, minor), _ when minor <= 8 ->
sprintf "rhel6.%d" minor
| RHEL (7, minor), _ when minor <= 4 ->
sprintf "rhel7.%d" minor
| RHEL (7, _), _ -> "rhel7.5" (* max version known in Fedora 29 *)
- | RHEL (8, _), _ -> "rhel8.0" (* temporary until osinfo updated *)
+ | RHEL (8, _), _ -> "rhel8.5" (* max version known in Fedora 36 *)
| RHEL (major, minor), _ ->
sprintf "rhel%d.%d" major minor
let buf = Buffer.create 4096 in
let bpf fs = bprintf buf fs in
- if major <= 8 then (
+ if major <= 9 then (
let baseurl, srpms, optional =
match major, arch with
| 5, (I686|X86_64) ->
Some ("Optional",
sprintf "%s/Server-optional/%s/os" topurl (string_of_arch arch),
sprintf "%s/Server-optional/source/tree" topurl)
- | 8, arch ->
+ | (8|9), arch ->
let topurl =
sprintf "http://download.devel.redhat.com/released/RHEL-%d/%d.%d.0"
major major minor in
major lc_name major lc_name optionalsrpms
)
) else (
- assert false (* not implemented for RHEL major >= 9 *)
+ assert false (* not implemented for RHEL major >= 10 *)
);
Buffer.contents buf
--- /dev/null
+# Kickstart file for rhel-8.6
+# 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
+
+# EOF
--- /dev/null
+# This is the virt-install command which was used to create
+# the virt-builder template 'rhel-8.6'
+# 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-jg0349zq' \
+ '--ram=4096' \
+ '--arch=x86_64' \
+ '--cpu=host' \
+ '--vcpus=4' \
+ '--os-variant=rhel8.0' \
+ '--initrd-inject=rhel-8.6.ks' \
+ '--extra-args=ks=file:/rhel-8.6.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
+ '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-jg0349zq.img,size=6,format=raw' \
+ '--location=http://download.eng.bos.redhat.com/released/rhel-6-7-8/rhel-8/RHEL-8/8.6.0/BaseOS/x86_64/os' \
+ '--serial=pty' \
+ '--nographics'
+
--- /dev/null
+# Kickstart file for rhel-9.0
+# Generated by libguestfs.git/builder/templates/make-template.ml
+
+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
+
+# EOF
--- /dev/null
+# This is the virt-install command which was used to create
+# the virt-builder template 'rhel-9.0'
+# 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-vf5ri487' \
+ '--ram=4096' \
+ '--arch=x86_64' \
+ '--cpu=host' \
+ '--vcpus=4' \
+ '--os-variant=rhel9.0' \
+ '--initrd-inject=rhel-9.0.ks' \
+ '--extra-args=inst.ks=file:/rhel-9.0.ks console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH' \
+ '--disk=/home/rjones/d/guestfs-tools/builder/templates/tmp-vf5ri487.img,size=6,format=raw' \
+ '--location=http://download.eng.bos.redhat.com/released/rhel-9/RHEL-9/9.0.0/BaseOS/x86_64/os' \
+ '--serial=pty' \
+ '--nographics'
+
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for guestfs-tools 1.48.1.
+# Generated by GNU Autoconf 2.71 for guestfs-tools 1.48.2.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
# Identity of this package.
PACKAGE_NAME='guestfs-tools'
PACKAGE_TARNAME='guestfs-tools'
-PACKAGE_VERSION='1.48.1'
-PACKAGE_STRING='guestfs-tools 1.48.1'
+PACKAGE_VERSION='1.48.2'
+PACKAGE_STRING='guestfs-tools 1.48.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures guestfs-tools 1.48.1 to adapt to many kinds of systems.
+\`configure' configures guestfs-tools 1.48.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of guestfs-tools 1.48.1:";;
+ short | recursive ) echo "Configuration of guestfs-tools 1.48.2:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-guestfs-tools configure 1.48.1
+guestfs-tools configure 1.48.2
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by guestfs-tools $as_me 1.48.1, which was
+It was created by guestfs-tools $as_me 1.48.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
# Define the identity of the package.
PACKAGE='guestfs-tools'
- VERSION='1.48.1'
+ VERSION='1.48.2'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by guestfs-tools $as_me 1.48.1, which was
+This file was extended by guestfs-tools $as_me 1.48.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-guestfs-tools config.status 1.48.1
+guestfs-tools config.status 1.48.2
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-AC_INIT([guestfs-tools], [1.48.1])
+AC_INIT([guestfs-tools], [1.48.2])
dnl The common/ subdirectory assumes this. In libguestfs it contains
dnl the --with-extra parameter. Here we just define it to the version.
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-alignment-scan 1"
-.TH virt-alignment-scan 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-alignment-scan 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-builder 1"
-.TH virt-builder 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-builder 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-cat 1"
-.TH virt-cat 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-cat 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-customize 1"
-.TH virt-customize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-customize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-df 1"
-.TH virt-df 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-df 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-dib 1"
-.TH virt-dib 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-dib 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-diff 1"
-.TH virt-diff 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-diff 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-edit 1"
-.TH virt-edit 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-edit 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-filesystems 1"
-.TH virt-filesystems 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-filesystems 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-format 1"
-.TH virt-format 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-format 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-get-kernel 1"
-.TH virt-get-kernel 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-get-kernel 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-index-validate 1"
-.TH virt-index-validate 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-index-validate 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-inspector 1"
-.TH virt-inspector 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-inspector 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-log 1"
-.TH virt-log 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-log 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-ls 1"
-.TH virt-ls 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-ls 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-make-fs 1"
-.TH virt-make-fs 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-make-fs 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-resize 1"
-.TH virt-resize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-resize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-sparsify 1"
-.TH virt-sparsify 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-sparsify 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-sysprep 1"
-.TH virt-sysprep 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-sysprep 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-win-reg 1"
-.TH virt-win-reg 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-win-reg 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-alignment-scan 1"
-.TH virt-alignment-scan 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-alignment-scan 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-builder 1"
-.TH virt-builder 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-builder 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-cat 1"
-.TH virt-cat 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-cat 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-customize 1"
-.TH virt-customize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-customize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-df 1"
-.TH virt-df 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-df 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-dib 1"
-.TH virt-dib 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-dib 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-diff 1"
-.TH virt-diff 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-diff 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-edit 1"
-.TH virt-edit 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-edit 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-filesystems 1"
-.TH virt-filesystems 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-filesystems 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-format 1"
-.TH virt-format 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-format 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-get-kernel 1"
-.TH virt-get-kernel 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-get-kernel 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-index-validate 1"
-.TH virt-index-validate 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-index-validate 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-inspector 1"
-.TH virt-inspector 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-inspector 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-log 1"
-.TH virt-log 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-log 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-ls 1"
-.TH virt-ls 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-ls 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-make-fs 1"
-.TH virt-make-fs 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-make-fs 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-resize 1"
-.TH virt-resize 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-resize 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-sparsify 1"
-.TH virt-sparsify 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-sparsify 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-sysprep 1"
-.TH virt-sysprep 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-sysprep 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
-.\" Automatically generated by Podwrapper::Man 1.48.1 (Pod::Simple 3.43)
+.\" Automatically generated by Podwrapper::Man 1.48.2 (Pod::Simple 3.43)
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "virt-win-reg 1"
-.TH virt-win-reg 1 "2022-05-12" "guestfs-tools-1.48.1" "Virtualization Support"
+.TH virt-win-reg 1 "2022-05-26" "guestfs-tools-1.48.2" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: guestfs-tools 1.48.1\n"
+"Project-Id-Version: guestfs-tools 1.48.2\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2022-05-12 14:39+0100\n"
+"POT-Creation-Date: 2022-05-26 11:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"