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
8f80a2d636
commit
449bc7a74f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue