aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2021-02-13 14:40:29 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2021-04-17 23:06:25 +0200
commitf6424e26d45de9c599f3b4ce860ca4ad812a1bee (patch)
tree8f093fc29b552cc6471dc510221b89888d4ea603 /README.md
parenta1cf19f350ef67ade57e320752af47b44c11a3fa (diff)
Add basic userland writeupHEADmaster
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2da222b..f068a82 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This guide is divided into the following parts:
* [Cross compiling a statically linked BusyBox and the kernel](02_kernel.md).
The BusyBox is packaged into a small initramfs. 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.
+* [Building a simple userland](03_basic_usr.md). Mostly a
+ Linux-From-Scratch-Style walkthrough to building some packages for a simple
+ GNU userland. The userland is packed into a SquashFS image. The BusyBox
+ based initrd is modified to mount it and switch into it.