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 18:23:18 +02:00
parent 5b51dc89f7
commit 23b9482204

@ -41,6 +41,8 @@ $ sudo losetup --find --show -o 1048576 stream.raw
/dev/loop2 /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. 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 ```bash