commit ac6e52dd90bcc097bc7827c7835c7a31cb36bdeb
parent 1443555312c873e97cdf19702c13deb3824854a1
Author: sin <sin@2f30.org>
Date: Fri, 28 Feb 2014 15:30:19 +0000
Update README
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -3,8 +3,8 @@ Morpheus is a statically linked musl based toy distro.
The base system includes sbase[1], ubase[2], sdhcp[3], smdev[4], mksh
as well as other tools.
-To build the world use `mk world'. You need an x86_64 host to build
-morpheus. Please review the `config.mk' file and adjust anything
+To build the world use `mk world'. You need an x86_64 host to build
+morpheus. Please review the `config.mk' file and adjust anything
needed.
Morpheus has been build-tested on CRUX, Debian, Archlinux, Slackware
@@ -14,6 +14,10 @@ To build specific packages:
mk pkg1 pkg2 ...
+To force build packages and all their dependencies:
+
+ mk -a pkg1 pkg2 ...
+
After you've built stage0 you can create a bootable image:
sudo modprobe -r loop