Man page - virt-index-validate(1)
Packages contains this manual
- virt-resize(1)
- virt-diff(1)
- virt-builder(1)
- virt-sparsify(1)
- virt-log(1)
- virt-inspector(1)
- virt-format(1)
- virt-customize(1)
- virt-filesystems(1)
- virt-get-kernel(1)
- virt-index-validate(1)
- virt-df(1)
- virt-builder-repository(1)
- virt-ls(1)
- guestfs-tools-release-notes-1.50(1)
- virt-cat(1)
- virt-make-fs(1)
- virt-edit(1)
- virt-win-reg(1)
- virt-tail(1)
- guestfs-tools-release-notes-1.48(1)
- virt-sysprep(1)
- virt-alignment-scan(1)
- virt-drivers(1)
- guestfs-tools-release-notes-1.52(1)
apt-get install guestfs-tools
Available languages:
en ja ukManual
virt-index-validate
名 前書 式
説 明
オ プ シ ョ ン
終 了 ス テ ー タ ス
関 連 項 目
著 者
COPYRIGHT
LICENSE
BUGS
名 前
virt-index-validate - Validate virt-builder index file
書 式
virt-index-validate index
説 明
virt-builder (1) uses an index file to store metadata about templates that it knows how to use. This index file has a specific format which virt-index-validate knows how to validate.
Note that virt-index-validate can validate either the signed or unsigned index file (ie. either index or index.asc ). It can only validate a local file, not a URL.
オ プ シ ョ ン
--compat-1.24.0
Check for compatibility with virt-builder 1.24.0. (Using this option implies --compat-1.24.1 , so you don't need to use both.)
In particular:
|
• |
This version of virt-builder could not handle "[...]" (square brackets) in field names (eg. "checksum[sha512]=..."). |
|||
|
• |
It required detached signatures ("sig=..."). |
--compat-1.24.1
Check for compatibility with virt-builder ≥ 1.24.1.
In particular:
|
• |
This version of virt-builder could not handle "." (period) in field names or "," (comma) in subfield names. |
|||
|
• |
It could not handle comments appearing in the file. |
--help
ヘ ル プ を 表 示 し ま す 。
|
-V |
--version
バ ー ジ ョ ン 番 号 を 表 示 し て 、 終 了 し ま す 。
終 了 ス テ ー タ ス
This program returns 0 if the index file validates, or non-zero if there was an error.
関 連 項 目
virt-builder (1), http://libguestfs.org/.
著 者
Richard W.M. Jones http://people.redhat.com/˜rjones/
COPYRIGHT
Copyright (C) 2013 Red Hat Inc.
LICENSE
BUGS
To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
When reporting a bug, please supply:
|
• |
The version of libguestfs. |
||
|
• |
Where you got libguestfs (eg. which Linux distro, compiled from source, etc) |
||
|
• |
Describe the bug accurately and give a way to reproduce it. |
||
|
• |
Run libguestfs-test-tool (1) and paste the complete, unedited output into the bug report. |