From dd45e26de803354bb3f0ac4d13a1bf2840353387 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 28 May 2017 21:11:14 +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 ca50f2a..d3d8db1 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -17,7 +17,7 @@ sudo qemu-nbd -c /dev/nbd0 -f raw disk.raw Like a normal hard disk, we have to partition the image. The following command create one big partition. ```bash -$ sudo echo ';' | sudo sfdisk /dev/nbd0 +$ echo ';' | sudo sfdisk /dev/nbd0 Checking that no-one is using this disk right now ... OK Disk /dev/nbd0: 1 GiB, 1073741824 bytes, 2097152 sectors