mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Introduce a mandatory arch= key in all the entries of index files, to identify which architecture is each. Adapt the long and JSON list outputs to print also this new field. This introduces an incompatibility with index files created with virt-builder < 1.26, as they will be rejected until entries will have the arch= key added (which is ignored by older virt-builder, so adding it will not create backward-compatibility issues).
67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
[phony-debian]
|
|
name=Phony Debian
|
|
arch=x86_64
|
|
file=debian.xz
|
|
format=raw
|
|
size=536870912
|
|
expand=/dev/sda2
|
|
lvexpand=/dev/debian/root
|
|
notes=Phony Debian look-alike used for testing.
|
|
|
|
[phony-fedora]
|
|
name=Phony Fedora
|
|
arch=x86_64
|
|
file=fedora.xz
|
|
format=raw
|
|
size=1073741824
|
|
expand=/dev/sda2
|
|
lvexpand=/dev/VG/Root
|
|
notes=Phony Fedora look-alike used for testing.
|
|
|
|
[phony-fedora-qcow2]
|
|
name=Phony Fedora qcow2
|
|
arch=x86_64
|
|
file=fedora.qcow2.xz
|
|
format=qcow2
|
|
size=1073741824
|
|
expand=/dev/sda2
|
|
lvexpand=/dev/VG/Root
|
|
notes=Phony Fedora look-alike used for testing.
|
|
|
|
[phony-fedora-qcow2-uncompressed]
|
|
name=Phony Fedora qcow2 uncompressed
|
|
arch=x86_64
|
|
file=fedora.qcow2
|
|
format=qcow2
|
|
size=1073741824
|
|
expand=/dev/sda2
|
|
lvexpand=/dev/VG/Root
|
|
notes=Phony Fedora look-alike used for testing.
|
|
|
|
[phony-fedora-no-format]
|
|
name=Phony Fedora
|
|
arch=x86_64
|
|
file=fedora.qcow2.xz
|
|
size=1073741824
|
|
expand=/dev/sda2
|
|
lvexpand=/dev/VG/Root
|
|
notes=Phony Fedora look-alike used for testing.
|
|
|
|
[phony-ubuntu]
|
|
name=Phony Ubuntu
|
|
arch=x86_64
|
|
file=ubuntu.xz
|
|
format=raw
|
|
size=536870912
|
|
expand=/dev/sda2
|
|
notes=Phony Ubuntu look-alike used for testing.
|
|
|
|
[phony-windows]
|
|
name=Phony Windows
|
|
arch=x86_64
|
|
file=windows.xz
|
|
format=raw
|
|
size=536870912
|
|
expand=/dev/sda2
|
|
notes=Phony Windows look-alike used for testing.
|