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-05-29 09:59:44 +02:00
parent d5a0d43f98
commit cf8b47d67b

@ -85,4 +85,4 @@ $ sudo umount /mnt
$ sudo qemu-nbd -d /dev/nbd0
```
Now, you are able to upload the raw image to Google Compute Platform and to create an instance from this file.
Now, you have to pack the image with `tar -cSzf disk.tar.gz disk.raw`, to upload the tar file to Google Compute Platform and finally to create an instance from this file.