1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 05:18:35 +00:00

Update README

This commit is contained in:
sin 2014-02-28 15:30:19 +00:00
parent 1443555312
commit ac6e52dd90

8
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