aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefano Stabellini2022-03-31 10:09:50 -0700
committerStefano Stabellini2022-04-06 12:55:34 -0700
commit96b30388509a9bcff297f8eaa91cae5546842573 (patch)
tree3a8bdfdfcfe922c214955d61037efbf71302c98a /README.md
parent60f2a6d5af3a36dcb28768a18f61ade70cbf21b5 (diff)
disk_image: use DOS partition table and FAT for the first partition
This way, ImageBuilder can generate an SD card image with BOOT.BIN bootable on Xilinx ZCU102 systems. Retain the ability to generate a GPT partition table with a GPT config option. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Tested-by: Andrea Stevanato <andrea.stevanato@santannapisa.it>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index e74d86d..8ce13f0 100644
--- a/README.md
+++ b/README.md
@@ -281,6 +281,12 @@ Where:\
for instance -t "fatload" is valid.
+disk\_image supports these additional parameters on the config file:
+
+- GPT is optional and select the usage of a GPT partition table (sgdisk
+ is required)
+
+
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.