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-28 21:11:14 +02:00
parent 7ac79e950c
commit dd45e26de8

@ -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