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
32e6228c95
commit
6b23a99d05
1 changed files with 5 additions and 1 deletions
|
@ -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]/
|
||||
```
|
Loading…
Add table
Reference in a new issue