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:18:30 +02:00
parent 32e6228c95
commit 6b23a99d05

@ -91,4 +91,8 @@ Now, you have to pack the image with `tar -cSzf disk.tar.gz disk.raw` to a tar f
gsutil mb gs://[BUCKET_NAME]/
```
Please, replace `[BUCKET_NAME]` with an appropriate name. Upload the tar file to this cloud storage.
Please, replace `[BUCKET_NAME]` with an appropriate name. Upload the tar file to the cloud storage.
```bash
gsutil cp disk.tar.gz gs://[BUCKET_NAME]/
```