aboutsummaryrefslogtreecommitdiff
path: root/02_kernel.md
diff options
context:
space:
mode:
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"