aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2020-02-08 14:57:41 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2020-02-08 14:57:41 +0100
commit204c097ed8162a402b8063f4c3e640b17b0c01c4 (patch)
treea312994717dd50f05ccef7e1ab30f81a978fa589 /README.md
parent4e2beb47ce388e5556cd1bb4644a02c61fd80a64 (diff)
Update README.md
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'README.md')
-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.