From a2f45232345c4e111651e3f809a3da8fd95f05bf Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Fri, 16 Apr 2021 12:40:36 -0700 Subject: Generate xl config files to create DomUs from Dom0 disk_image generates xl config files to start DomUs from Dom0. The files are added to dom0 rootfs partition under /etc/xen for your convenience. They refer to kernels and ramdisks stored on the first partition. It is recommended to mount the first partition under /boot in Dom0 to use them. Signed-off-by: Stefano Stabellini Reviewed-by: Brian Woods --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4adb9dc..14cfc8e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ Where: - DOMU_KERNEL[number] specifies the DomU kernel to use. +- DOMU_CMD[number] specifies the command line arguments for Dom0's Linux + kernel. If "root=" isn't set, imagebuilder will try to determine it. + If not set at all, the default one is used. + - DOMU_RAMDISK[number] specifies the DomU ramdisk to use. - DOMU_PASSTHROUGH_DTB[number] specifies the device assignment @@ -145,3 +149,8 @@ Where:\ "scsi" are shorthands for "tftpb", "load mmc 0:1" and "load scsi 0:1", but actually any arbitrary command can be used, for instance -t "fatload" is valid. + + +disk_image also generates on the fly a xl config file for each domU and +adds them to the dom0 rootfs partition under /etc/xen. It makes it +easier to start those domUs from dom0. -- cgit v1.2.3