From f2cf5ad1b0e6e4d599f1d03d8f8e32e7fb1c8feb Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Wed, 15 Jun 2022 17:33:08 -0700 Subject: [PATCH] Update how-to-run example for images Updated the images example in the how-to-run.adoc file with the new expected format for distribution. --- docs/how-to-run.adoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index 827b6f1475a..61d70d17b1a 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -151,8 +151,10 @@ command line interface. "name": "alpine", "description": "boot from propolis zone blob!", "block_size": 512, - "distribution": "alpine", - "version": "propolis-blob", + "distribution": { + "name": "alpine", + "version": "propolis-blob" + }, "source": { "type": "you_can_boot_anything_as_long_as_its_alpine" } @@ -164,8 +166,10 @@ command line interface. "name": "crucible-tester-sparse", "description": "boot from a url!", "block_size": 512, - "distribution": "debian", - "version": "9", + "distribution": { + "name": "debian", + "version": "9" + }, "source": { "type": "url", "url": "http://[fd00:1122:3344:101::15]/crucible-tester-sparse.img"