diff --git a/Boot-HermitCore-from-a-raw-image.md b/Boot-HermitCore-from-a-raw-image.md index 153ae68..e410f94 100644 --- a/Boot-HermitCore-from-a-raw-image.md +++ b/Boot-HermitCore-from-a-raw-image.md @@ -7,7 +7,7 @@ $ qemu-img create -f raw disk.raw 1G Formatting 'disk.raw', fmt=raw size=1073741824 ``` -Next lets load the nbd kernel module (you read it right, the Network Block Device), and associate the previous image to one of the nbd devices. +Next lets load the nbd kernel module, and associate the previous image to one of the nbd devices. ```bash sudo modprobe nbd max_part=16