summary refs log tree commit diff
path: root/Documentation/getting-started/creating-vms.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/getting-started/creating-vms.adoc')
-rw-r--r--Documentation/getting-started/creating-vms.adoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/getting-started/creating-vms.adoc b/Documentation/getting-started/creating-vms.adoc
index 725316c..a2ad952 100644
--- a/Documentation/getting-started/creating-vms.adoc
+++ b/Documentation/getting-started/creating-vms.adoc
@@ -16,8 +16,9 @@ The directory can contain the following files:
 vmlinux:: An uncompressed Linux kernel image for the VM to boot.
 *Required.*
 
-rootfs.ext4:: A disk image that will be provided to the guest as a
-virtio-blk device.  *Required.*
+blk:: A directory containing disk images (with file names ending in
+".img") that will be provided to the guest as a virtio-blk device.
+Order is not guaranteed.  At least one image is *required*.
 
 providers/net:: A directory containing a file named for each VM that
 should provide networking to this VM.  The contents of these files are
@@ -34,7 +35,8 @@ appvm-lynx
 ├── providers/
 │   └── net/
 │       └── netvm
-├── rootfs.ext4
+├── blk/
+│   └── root.img
 └── vmlinux*
 ----