[Pkg-libvirt-commits] [libguestfs] 14/66: Add the now mandatory arch=ARCH field to the index file examples.
Hilko Bengen
bengen at moszumanska.debian.org
Fri May 9 12:56:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 9d5eb67d9316a3b15af610371db9a6602d0695c8
Author: Lee Yarwood <lyarwood at redhat.com>
Date: Mon Mar 31 16:52:31 2014 +0100
Add the now mandatory arch=ARCH field to the index file examples.
61323fa introduced a mandatory arch field within index files to
identify the architecture of the OS installed within a given template.
This change simply documents the requirement within the relevant
section of the virt-builder man page.
Signed-off-by: Lee Yarwood <lyarwood at redhat.com>
(cherry picked from commit cf316569238194e5483d525c3ad618687a055656)
---
builder/virt-builder.pod | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index c6e66ff..65cb348 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1072,6 +1072,7 @@ digital signature):
[fedora-18]
name=Fedora® 18
osinfo=fedora18
+ arch=x86_64
file=fedora-18.xz
checksum[sha512]=...
format=raw
@@ -1082,6 +1083,7 @@ digital signature):
[fedora-19]
name=Fedora® 19
osinfo=fedora19
+ arch=x86_64
file=fedora-19.xz
checksum[sha512]=...
revision=3
@@ -1116,6 +1118,11 @@ I<--list> output but is otherwise not significant.
This optional field maps the operating system to the associated
libosinfo ID. Virt-builder does not use it (yet).
+=item C<arch=ARCH>
+
+The architecture of the operating system installed within the
+template. This field is required.
+
=item C<file=PATH>
The path (relative to the index) of the xz-compressed template.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list