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)
parent
6b23a99d05
commit
595cd0f990
1 changed files with 6 additions and 0 deletions
|
@ -95,4 +95,10 @@ Please, replace `[BUCKET_NAME]` with an appropriate name. Upload the tar file to
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gsutil cp disk.tar.gz gs://[BUCKET_NAME]/
|
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"
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue