aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano Stabellini2021-04-16 11:49:44 -0700
committerStefano Stabellini2021-05-17 14:50:59 -0700
commit95ba62e9aeff32a7e00a4e7888b88ffa71fdd9d3 (patch)
tree136c48cf91b17d151e4f7c2e4f37a9eb8123eaa6 /README.md
parenta2f45232345c4e111651e3f809a3da8fd95f05bf (diff)
uboot-script-gen: skip DomUs with rootfs instead of exiting
Also introduce a new DOMU_NOBOOT option to force a domU not to be started automatically at boot as dom0less guest. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Brian Woods <brian.woods@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14cfc8e..0dade3c 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,10 @@ Where:
- DOMU_VCPUS[number] is the number of vcpus for the VM, default 1
+- DOMU_NOBOOT[number]: if specified, the DomU is not started
+ automatically at boot as dom0-less guest. It can still be created
+ later from Dom0.
+
- UBOOT_SOURCE and UBOOT_SCRIPT specify the output. They are optional
as you can pass -o FILENAME to uboot-script-gen as a command line
parameter