Misc formatting fixes
This commit is contained in:
@@ -27,7 +27,7 @@ _______
|
|||||||
- They have been FAT32
|
- They have been FAT32
|
||||||
- I should double check this, otherwise I'm a bit confused here.
|
- I should double check this, otherwise I'm a bit confused here.
|
||||||
- Maybe all the SDCard images have this program written to their first 512 bytes (MBR style)
|
- Maybe all the SDCard images have this program written to their first 512 bytes (MBR style)
|
||||||
- This would explain why the base offset for the `/boot` partition on the images is such a high number
|
- This would explain why the base offset for the ``/boot`` partition on the images is such a high number
|
||||||
- Is there a UBI partition that launches before the kernel in the FAT32 partition is loaded?
|
- Is there a UBI partition that launches before the kernel in the FAT32 partition is loaded?
|
||||||
- This would probably not be visible when mounting the images
|
- This would probably not be visible when mounting the images
|
||||||
- I should reinvestigate this
|
- I should reinvestigate this
|
||||||
@@ -53,8 +53,8 @@ ______
|
|||||||
`Mininit <https://github.com/OpenDingux/mininit>`_
|
`Mininit <https://github.com/OpenDingux/mininit>`_
|
||||||
_______
|
_______
|
||||||
- Mininit is a bootloader that allows loading the root filesystem from a squashfs image called `rootfs.squashfs`.
|
- Mininit is a bootloader that allows loading the root filesystem from a squashfs image called `rootfs.squashfs`.
|
||||||
- It also supports loading kernel modules from a squashfs image called `modules.squashfs`.
|
- It also supports loading kernel modules from a squashfs image called ``modules.squashfs``.
|
||||||
- After it mounts all the required filesystems, control is handed off to the `/sbin/init` binary in the mounted rootfs [2]_.
|
- After it mounts all the required filesystems, control is handed off to the ``/sbin/init`` binary in the mounted rootfs [2]_.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -73,12 +73,12 @@ Creating a sdcard image
|
|||||||
_______________________
|
_______________________
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
Packaging the Kernel as a `.deb`
|
Packaging the Kernel as a ``.deb``
|
||||||
________________________________
|
__________________________________
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
Packaging userspace applications as `.deb`s
|
Packaging userspace applications as ``.deb`` files
|
||||||
___________________________________________
|
__________________________________________________
|
||||||
- TODO
|
- TODO
|
||||||
|
|
||||||
Creating package repo for serving updates
|
Creating package repo for serving updates
|
||||||
|
|||||||
Reference in New Issue
Block a user