commit | beb0ec7e2a632b9f0ca9460919e757077c143f55 | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serbanc@google.com> | Thu Nov 07 13:42:56 2019 +0000 |
committer | Serban Constantinescu <serbanc@google.com> | Thu Nov 07 16:24:59 2019 +0000 |
tree | 822ae124f23c772e363c3cc1704f1b6586f16fa4 | |
parent | d7acee74f187cf154b8e18e63aba488b1259e0d0 [diff] [blame] |
Fix Manifest definition in GettingStarted.md Fixes required for the sample manifest to work. Change-Id: Ie5ca7eddde9b616895147277e4b4e41f3036b249
diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 8f4d920..de60e50 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md
@@ -59,9 +59,11 @@ &{/} { hypervisor { + compatible = "hafnium,hafnium"; vm1 { debug_name = "Linux VM"; kernel_filename = "vmlinuz"; + ramdisk_filename = "initrd.img"; }; }; };