From 204c097ed8162a402b8063f4c3e640b17b0c01c4 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 8 Feb 2020 14:57:41 +0100 Subject: Update README.md Signed-off-by: David Oberhollenzer --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89c0eec..4a6ec3d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ This guide is divided into the following parts: * [Building a cross compiler toolchain](crosscc.md). * [Cross compiling a statically linked BusyBox and the kernel](kernel.md). The - kernel has a built-in initrd containing our BusyBox. We will make it boot on - the Rapsberry Pi and explore some parts of the Linux boot process. -* Building a more sophisticated userland. The userland will be packed into a - SquashFS image. The BusyBox based initrd is modified to mount it and switch - into it. + BusyBox is packaged into a small initrd. We will make it boot on the + Rapsberry Pi and explore some parts of the Linux boot process. +* [Building a more sophisticated userland](userland.md). Mostly a + Linux-From-Scratch-Style "lets build some packages". The userland will be + packed into a SquashFS image. The BusyBox based initrd is modified to mount + it and switch into it. -- cgit v1.2.3