Skip to content

Commit 1698440

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 the afo- rementioned commit without updates to the README or integration into mk/external.mk. As `make rootfs` is consider redundant, since the target is only inten- ded to used internally, this commit removes its description in README to prevent confusion.
1 parent e2e954c commit 1698440

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
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)