diff --git a/Boot-HermitCore-from-a-raw-image.md b/Boot-HermitCore-from-a-raw-image.md index 5b1cdc3..9f34475 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -95,4 +95,10 @@ Please, replace `[BUCKET_NAME]` with an appropriate name. Upload the tar file to ```bash gsutil cp disk.tar.gz gs://[BUCKET_NAME]/ +``` + +Create from this tar file an image, which we want to use as boot disk for the virtual machine. + +```bash +gcloud compute --project "[PROJECT_ID]" images create "[IMAGE_NAME]" --description "Image Description" --source-uri "https://storage.googleapis.com/[BUCKET_NAME]/disk.tar.gz" ``` \ No newline at end of file