Misc formatting fixes

This commit is contained in:
2022-10-26 04:20:31 +00:00
parent b760dcc5eb
commit 1b1196b2bf
+7 -7
View File
@@ -27,7 +27,7 @@ _______
- They have been FAT32
- 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)
- 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?
- This would probably not be visible when mounting the images
- I should reinvestigate this
@@ -53,8 +53,8 @@ ______
`Mininit <https://github.com/OpenDingux/mininit>`_
_______
- 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`.
- After it mounts all the required filesystems, control is handed off to the `/sbin/init` binary in the mounted rootfs [2]_.
- 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]_.
@@ -73,12 +73,12 @@ Creating a sdcard image
_______________________
- TODO
Packaging the Kernel as a `.deb`
________________________________
Packaging the Kernel as a ``.deb``
__________________________________
- TODO
Packaging userspace applications as `.deb`s
___________________________________________
Packaging userspace applications as ``.deb`` files
__________________________________________________
- TODO
Creating package repo for serving updates