1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 12:58:34 +00:00
morpheus/README
2014-02-18 20:08:58 +00:00

37 lines
1016 B
Plaintext

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 `./stage0'. You need an x86_64 host to build
morpheus. Please review the `prepare-env' script and adjust anything
needed.
Morpheus has been build-tested on Debian 7.0, Archlinux, Slackware and
Ubuntu 13.04.
To build specific packages:
./pkgbuild pkg1 pkg2 ...
After you've built stage0 you can create a bootable image:
sudo modprobe -r loop
sudo modprobe loop max_part=15 # to be done only once
sudo ./create-bootable
This creates a 4GB image. You can dd this image to a USB stick if you
want to. Make sure to change the kernel command line to point it to
your root device.
Login with root and an empty password.
To obtain binary images go to http://dl.2f30.org/morpheus-img/
Enjoy!
[1] http://git.suckless.org/sbase
[2] http://git.suckless.org/ubase
[3] http://galos.no-ip.org/sdhcp
[4] http://git.2f30.org/smdev