Skip to content

Commit

Permalink
Remove internal rootfs Makefile target from README
Browse files Browse the repository at this point in the history
The "rootfs" target was originally introduced in commit 9d5eac5: "Parse
the cmdline arguments more perfectly", but was later removed in commit
25571f7: "Modularize the build system" without updates to the README or
integration into mk/external.mk.

"make rootfs" is considered redundant, since the target is only intend-
ed to used internally, this commit removes its description in README to
prevent confusion.
  • Loading branch information
otteryc committed Dec 26, 2024
1 parent e2e954c commit a958368
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ make build/bzImage
```
(or `make build/Image` for Arm64 host)

Download and build Busybox for root file system from scratch:
```shell
make rootfs
```

Run Linux guest with `kvm-host`:
```shell
make check
Expand Down

0 comments on commit a958368

Please sign in to comment.