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
7ac79e950c
commit
dd45e26de8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Like a normal hard disk, we have to partition the image. The following command create one big partition.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo echo ';' | sudo sfdisk /dev/nbd0
|
$ echo ';' | sudo sfdisk /dev/nbd0
|
||||||
Checking that no-one is using this disk right now ... OK
|
Checking that no-one is using this disk right now ... OK
|
||||||
|
|
||||||
Disk /dev/nbd0: 1 GiB, 1073741824 bytes, 2097152 sectors
|
Disk /dev/nbd0: 1 GiB, 1073741824 bytes, 2097152 sectors
|
||||||
|
|
Loading…
Add table
Reference in a new issue