aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files 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.