From 90799c1adf0e50d3f88f6d91a6e5638dfa5798fb Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Thu, 23 Jun 2022 12:30:46 -0700 Subject: [PATCH 1/2] Updated how-to-run instructions for image size --- docs/how-to-run.adoc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index 61d70d17b1a..f5fc053e43b 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -137,14 +137,16 @@ other services and allocating them with vNICs and IPv6 addresses. === How to provision an instance using the CLI Here are the current steps to provision an instance using the https://github.com/oxidecomputer/cli[oxide] -command line interface. +command line interface. Note that the `jq` command is required. In addition, the examples build on each other, so a previous name (or org, or project) are used in later steps. 1. Create an organization and project that the resources will live under: oxide org create myorg oxide project create -o myorg myproj -2. Define a global image that will be used as initial disk contents. This can be the alpine.iso image that ships with propolis, or an ISO / raw disk image / etc hosted at a URL: +2. Define a global image that will be used as initial disk contents. + +This can be the alpine.iso image that ships with propolis: oxide api /images --method POST --input - < Date: Thu, 23 Jun 2022 12:34:26 -0700 Subject: [PATCH 2/2] Add sub section to section 2, fix formatting --- docs/how-to-run.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index f5fc053e43b..0805eef3624 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -146,7 +146,7 @@ command line interface. Note that the `jq` command is required. In addition, th 2. Define a global image that will be used as initial disk contents. -This can be the alpine.iso image that ships with propolis: + a. This can be the alpine.iso image that ships with propolis: oxide api /images --method POST --input - <