New upstream version 1.48.2
authorHilko Bengen <bengen@debian.org>
Fri, 27 May 2022 11:49:35 +0000 (13:49 +0200)
committerHilko Bengen <bengen@debian.org>
Fri, 27 May 2022 11:49:35 +0000 (13:49 +0200)
51 files changed:
builder/templates/fedora-36.index-fragment [new file with mode: 0644]
builder/templates/fedora-36.ks [new file with mode: 0644]
builder/templates/fedora-36.virt-install-cmd [new file with mode: 0644]
builder/templates/make-template.ml
builder/templates/rhel-8.6.ks [new file with mode: 0644]
builder/templates/rhel-8.6.virt-install-cmd [new file with mode: 0644]
builder/templates/rhel-9.0.ks [new file with mode: 0644]
builder/templates/rhel-9.0.virt-install-cmd [new file with mode: 0644]
configure
configure.ac
po-docs/ja/virt-alignment-scan.1
po-docs/ja/virt-builder.1
po-docs/ja/virt-cat.1
po-docs/ja/virt-customize.1
po-docs/ja/virt-df.1
po-docs/ja/virt-dib.1
po-docs/ja/virt-diff.1
po-docs/ja/virt-edit.1
po-docs/ja/virt-filesystems.1
po-docs/ja/virt-format.1
po-docs/ja/virt-get-kernel.1
po-docs/ja/virt-index-validate.1
po-docs/ja/virt-inspector.1
po-docs/ja/virt-log.1
po-docs/ja/virt-ls.1
po-docs/ja/virt-make-fs.1
po-docs/ja/virt-resize.1
po-docs/ja/virt-sparsify.1
po-docs/ja/virt-sysprep.1
po-docs/ja/virt-win-reg.1
po-docs/uk/virt-alignment-scan.1
po-docs/uk/virt-builder.1
po-docs/uk/virt-cat.1
po-docs/uk/virt-customize.1
po-docs/uk/virt-df.1
po-docs/uk/virt-dib.1
po-docs/uk/virt-diff.1
po-docs/uk/virt-edit.1
po-docs/uk/virt-filesystems.1
po-docs/uk/virt-format.1
po-docs/uk/virt-get-kernel.1
po-docs/uk/virt-index-validate.1
po-docs/uk/virt-inspector.1
po-docs/uk/virt-log.1
po-docs/uk/virt-ls.1
po-docs/uk/virt-make-fs.1
po-docs/uk/virt-resize.1
po-docs/uk/virt-sparsify.1
po-docs/uk/virt-sysprep.1
po-docs/uk/virt-win-reg.1
po/guestfs-tools.pot

diff --git a/builder/templates/fedora-36.index-fragment b/builder/templates/fedora-36.index-fragment
new file mode 100644 (file)
index 0000000..a41b0a7
--- /dev/null
@@ -0,0 +1,22 @@
+[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.
+
diff --git a/builder/templates/fedora-36.ks b/builder/templates/fedora-36.ks
new file mode 100644 (file)
index 0000000..ef0b205
--- /dev/null
@@ -0,0 +1,47 @@
+# 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
diff --git a/builder/templates/fedora-36.virt-install-cmd b/builder/templates/fedora-36.virt-install-cmd
new file mode 100644 (file)
index 0000000..63ca969
--- /dev/null
@@ -0,0 +1,20 @@
+# 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' 
+
index d87349404ee41d639b5eaac1222e253bc5984c7d..6786fec19e4108f5445f7f419f3b9cac9a76b886 100755 (executable)
@@ -895,16 +895,16 @@ and make_boot_media os arch =
 
   (* 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
@@ -958,6 +958,9 @@ and make_boot_media os arch =
   | 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)
 
@@ -1215,13 +1218,13 @@ and os_variant_of_os ?(for_fedora = false) os arch =
 
     | 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
@@ -1229,7 +1232,7 @@ and os_variant_of_os ?(for_fedora = false) os arch =
     | 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
 
@@ -1295,7 +1298,7 @@ and make_rhel_yum_conf major minor arch =
   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) ->
@@ -1334,7 +1337,7 @@ and make_rhel_yum_conf major minor arch =
          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
@@ -1386,7 +1389,7 @@ keepcache=0
   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
diff --git a/builder/templates/rhel-8.6.ks b/builder/templates/rhel-8.6.ks
new file mode 100644 (file)
index 0000000..b7143ee
--- /dev/null
@@ -0,0 +1,29 @@
+# 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
diff --git a/builder/templates/rhel-8.6.virt-install-cmd b/builder/templates/rhel-8.6.virt-install-cmd
new file mode 100644 (file)
index 0000000..5814640
--- /dev/null
@@ -0,0 +1,20 @@
+# 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' 
+
diff --git a/builder/templates/rhel-9.0.ks b/builder/templates/rhel-9.0.ks
new file mode 100644 (file)
index 0000000..7ff9e84
--- /dev/null
@@ -0,0 +1,28 @@
+# 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
diff --git a/builder/templates/rhel-9.0.virt-install-cmd b/builder/templates/rhel-9.0.virt-install-cmd
new file mode 100644 (file)
index 0000000..81e8c34
--- /dev/null
@@ -0,0 +1,20 @@
+# 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' 
+
index 0acfd0bff8697949c0ef270118b6d2b0d2e4acad..1000f89436cebf73fc5c0f233939875629388004 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /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,
@@ -618,8 +618,8 @@ MAKEFLAGS=
 # 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=''
 
@@ -1494,7 +1494,7 @@ if test "$ac_init_help" = "long"; then
   # 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]...
 
@@ -1565,7 +1565,7 @@ fi
 
 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
 
@@ -1734,7 +1734,7 @@ fi
 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.
@@ -2222,7 +2222,7 @@ cat >config.log <<_ACEOF
 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
@@ -4800,7 +4800,7 @@ fi
 
 # 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
@@ -21704,7 +21704,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # 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
@@ -21772,7 +21772,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
 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\\"
 
index b40ceb34d131b3ba500579d94214c6a1a6648cb5..5bd9f9dc8864066cb7c948a90d2b69be6e630df4 100644 (file)
@@ -15,7 +15,7 @@
 # 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.
index e834f632cbdd13a985ef8fe63006c9ab4359bb59..6e90d205319c356adac69f07cffa578b73b81e99 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 400aa6c13d35a4ea4d16aa740e98f43630ced1e9..4e54a6678a04af9a8e2fb3cac6109c3fc6dbe337 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 3818ce571380eeb8222e6b1e7c23db4787dd27b3..52c5468f127359f83bddd81642a72e57b5fb0b01 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 0a6bbe9cde4851e02ed3f1343d9adb277c331133..2419e1f7a409fbb6b76f83e39326cafb0ca0ab4c 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index cf7dfeffaa9fc2cbf1be54513558018a997438b4..e12e41e0fb0f9ef18e4710aac4d76ac36c591cd3 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 9ed8fa53e2e4dab2b7f637664021f2c87ea0452d..7dc0d891aa4e6cc8cab6ab1b558a6e3e485212e9 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index b9bafd55314038d2af88364c624a8548b14826d6..9cb01a1b23f24d6e969e1f77f488daf8691a3f02 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index ab6a753a6b27be75846b0bc3ecdd2df28a4b3cc8..f65cd9fd02e9b68e3aef38f8286bb1d239e733d5 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index e1714c8b4d8e2a05b70b071696cec526c55330ff..9e9a01f18a195ded6f01914af8f761bbf03e1b3c 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 815f969133c490643292681db879ab5790e1eb04..3a25455d195780e03cb68e764e6d96a8eb5c8b47 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 4e5dfa552c8b90baa8310a7cd1e66dbc2a595668..a7a3df5f0ee3329e6bf805bb4f9f557aa37e02ee 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index c8bca98336ae6ae106ac9c9313dc5d5f5c9a9983..fe59b32536d4349761d693f1b3abc0e07da38838 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index d1e9a952b645c83888eafd06b41444ea4d4a8cbb..2d9a87531f152708169aa3ea9f2c90d71e86e23d 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index d968e233187ce0c745863b5d072a7b1bca7cca94..6b01b622ed713f81850ea9d67db45d5ee317ffa4 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 539294344a2be619f6989dbe52008f6e06fcd159..d8794ad561a9b727dec4d2dc8792aefba29f028f 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index f689aef0bea0080afcfe25a6b171753d979f39e4..ce66c9aed111c5efa6ee04ed25c7983fa31f3a7a 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 821d47df1fcf1b284028bce77d7494e1b1a90768..81902cc355df03cb8ba46ade1d8489c6941a524d 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 8a06f2ea14576b644f3c5f027a8a6a475cd55eb9..22c13f621f43868951078de176763ada9fa48290 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index b94e402b26933a6d1f458a0c7dedf9b0d23754ce..1f3f184dc90d5718bad02fb282e9bd98725ac2d8 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 6de6467004700805707a7e615077dce7c2f15c01..8dc07be6408f644292ffb5e61832c0345d0fa1b0 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 45122dcb168c4ccbbadccd74fb35be88aa302ce7..f500984fe2979bc122a5ac0d08921bf8a85964fa 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 7fc323bf99163ea70f6a9a191d5b9a205bf6b572..d15119466c82c415da06cd6e4b4c24484d203b7c 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index bc67961cdd2bfe7fcd9c5b8a09fc80c4cd6a4bd4..0ffcf97b661b093732d7fb87d1cb7fb7bff37009 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index c48c704f2430772a8115419a5093e184d212ce0b..29cd8c3917ad2bd4dab65aea52f268edc6d28549 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 40ae512bb6980c58544835fefbd6ac8412b8d871..e3222a09c6e384baa22119b67e78a0072e79acae 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 81bf56401db22b097e2a5c321ebd8f099bd49712..a63a42610427beb443dc84c9c3325723d2da21ec 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 3d1530ed575ce3951c24e42f7deb9fdb37e9c889..0ad766b7096259afd35ebf71e66f213ecab2c64f 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 7125d9de7e8588939bb62acd1ca9dc1fd605f3f6..09706dc7e5619fec59dac2e3907c209a9a465371 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 823d8452a9324a4de24b0e964ec70ab14eea7325..bf037d796a2c857c7f0e50c2d126eaf83c93249e 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 82e11818dc8b99889bd14fb71ff18b7c096dda33..572b31ad01ece0ed0e2f4125a715918ca098384b 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index fb119a8041b8704eebfbeca0cb5840ed8a770570..e4c007fa0048129076e23422f67800f163027598 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 6bb207cfb5bf0fd7b349603ba4854f960fd9fa55..9c0e6031faa5ae1dc6512221e70b22d4d4a32c69 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 3cefb71d5eebb05ea1c6ee746bc192836f466b42..42a649fc3636586a507f3e14cf072246a2a349b8 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index e34dbad9ccfda3625619fd8e477f1532e21de0ed..11f312e7347d18692e89ac3eef7dd96f40174b1b 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index ee3728bda08419901b857823b45353355cff9de6..304121371ca44adb105740c313bdae03f649be05 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index be1275fb556bbc294100a92384e4bd27d699f897..58aff2192b52b99ba48ce715bfcf96f043c2d3eb 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index d6fabb94cc1d4c3ff32ecec3ba82ff456f92d4ae..edf6070b8e4d9fdae2054f2145876eb518b00d45 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 39ec9fb46953abd6d1e8fc6e1bf449ca645a166c..2d20543897d801e86831ab749c3833e1675b94b9 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 63b08edf21f161836ba7a2122f21c132a80533a5..929f715f620571d2c50bfa2627614be1e38479f4 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 973efa50a72c60fc0172ba206c7b482ce3f9c765..e7d7d3fedd9c18207e73b73d92b506c27a4c6a4e 100644 (file)
@@ -1,4 +1,4 @@
-.\" 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:
 .\" ========================================================================
@@ -71,7 +71,7 @@
 .\" ========================================================================
 .\"
 .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
index 8d7c15512a5008eaa51b3bf2e21409bae7f83d3a..152434866fdc376e63133cb37c6727ef8cc84628 100644 (file)
@@ -6,10 +6,10 @@
 #, 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"