1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00

Updated Boot HermitCore from a raw image (markdown)

Stefan Lankes 2017-06-07 22:28:17 +02:00
parent 6b23a99d05
commit 595cd0f990

@ -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"
```