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
5b51dc89f7
commit
23b9482204
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ $ sudo losetup --find --show -o 1048576 stream.raw
|
|||
/dev/loop2
|
||||
```
|
||||
|
||||
**Note:** The numbers of the loop devices depend on your systems and if you already setup another loop device.
|
||||
|
||||
The option `-o` defines the offset from start of the file. The offset 1048576 is actually 1024^2 = 1MB and that's the start of our partition. Now, we are able to format our partition.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue