From fda10db5497de7616cabf757183ed5a5b616b1b7 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Thu, 1 Aug 2019 15:19:03 -0700 Subject: Move multi-domain configuration to imagebuilder Previously it was expected to come with zynqmp-dt-config-package. Add documentation on how to add addition VMs to the automatic boot. Signed-off-by: Stefano Stabellini --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 141e768..59108cf 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,15 @@ command: ``` scsi scan; load scsi 0:1 0xc00000 boot.scr; source 0xc00000 ``` + +## Add additional DomUs + +Assuming that you have the kernel and ramdisk of another DomU already in +`PACKAGE.md` format, you can configure Imagebuilder to start it +automatically at boot by making the following changes: + +- edit `Dockerfile.image`, add the domU package to the FROM lines +- edit `Dockerfile.image`, add the domU package to the COPY lines +- edit `config`, adding another DomU (NUM_DOMUS, DOMU_KERNEL and DOMU_RAMDISK) + +Rebuild Imagebuilder and rerun imagebuilder_sd/tftp. -- cgit v1.2.3