From 10302c8d6d6daa8f31e9ed9a8cc79fe26b38160e Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Wed, 8 Sep 2021 18:29:21 -0700 Subject: Add baremetal Linux support Make it possible to use imagebuilder with baremetal Linux. This allows baremetal Linux to be booted in the various ways Xen is now (individual files with a script, fit with a script and fit via a config). Signed-off-by: Brian Woods Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b87a199..8854469 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,15 @@ Where: automatically at boot as dom0-less guest. It can still be created later from Dom0. +- LINUX is optional but specifies the Linux kernel for when Xen is NOT + used. To enable this set any LINUX\_\* variables and do NOT set the + XEN variable. + +- LINUX_CMD is optional but specifies the baremetal Linux kernel CMD. + +- LINUX_RAMDISK is optional but specifies the ramdisk to use when + booting baremetal Linux. + - NUM_BOOT_AUX_FILE: is optional but if specified tell how many extra files to include in the first partition with disk_image. Useful for things like uboot config files, firmware files or other such files. -- cgit v1.2.3