From 1b1196b2bff9692ade6f87f824ea61f953ab4002 Mon Sep 17 00:00:00 2001 From: restitux Date: Wed, 26 Oct 2022 04:20:31 +0000 Subject: [PATCH] Misc formatting fixes --- projects/gcwzero/Home.rest | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/gcwzero/Home.rest b/projects/gcwzero/Home.rest index d101d63..19e9ae3 100644 --- a/projects/gcwzero/Home.rest +++ b/projects/gcwzero/Home.rest @@ -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 `_ _______ - 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