aboutsummaryrefslogtreecommitdiff
path: root/02_kernel.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2021-02-13 17:38:50 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2021-02-13 17:39:08 +0100
commita1cf19f350ef67ade57e320752af47b44c11a3fa (patch)
tree5cdef99fe698111dd0a9d3369af4dd1e90ff3da8 /02_kernel.md
parentbf376b4c70e4b7c7623008ff95be2d498cc6f4f2 (diff)
Fix and document decisions regarding /usr hierarchy split
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to '02_kernel.md')
-rw-r--r--02_kernel.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/02_kernel.md b/02_kernel.md
index 78a8cbc..5af1a5e 100644
--- a/02_kernel.md
+++ b/02_kernel.md
@@ -198,7 +198,6 @@ What is now left is to compile BusyBox.
Before returning to the build root directory, I installed the resulting binary
to the sysroot directory as `bbstatic`.
- mkdir -p "$SYSROOT/bin"
cp busybox "$SYSROOT/bin/bbstatic"
cd "$BUILDROOT"