Skip to content

Commit a958368

Browse files
committed
Remove internal rootfs Makefile target from README
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.
1 parent e2e954c commit a958368

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ make build/bzImage
2626
```
2727
(or `make build/Image` for Arm64 host)
2828

29-
Download and build Busybox for root file system from scratch:
30-
```shell
31-
make rootfs
32-
```
33-
3429
Run Linux guest with `kvm-host`:
3530
```shell
3631
make check

0 commit comments

Comments
 (0)