From cf8b47d67b88ca2c99c351018c66325b38a8d5aa Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 29 May 2017 09:59:44 +0200 Subject: [PATCH] Updated Boot HermitCore from a raw image (markdown) --- Boot-HermitCore-from-a-raw-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boot-HermitCore-from-a-raw-image.md b/Boot-HermitCore-from-a-raw-image.md index 21e5441..bf5acb3 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -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. \ No newline at end of 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. \ No newline at end of file