1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 16:11:21 +00:00
morpheus/README

16 lines
457 B
Plaintext
Raw Normal View History

2013-09-06 11:47:53 +00:00
Morpheus is a statically linked musl based distro.
2013-09-06 11:05:08 +00:00
2013-09-06 11:47:53 +00:00
To build the world use `fakeroot ./stage0'.
2013-09-05 13:31:38 +00:00
2013-09-06 11:47:53 +00:00
To build a particular package use `fakeroot ./pkgbuild <package>'.
You will then need to repack the rootfs with `fakeroot ./repack'.
Execute `qemu-run' (you will need vde_switch and slirpvde).
2013-09-05 13:31:38 +00:00
Login with `root' and an empty password.
Some of the packages are pulled from http://dl.2f30.org/morpheus-pkgs/
others are cloned from http://git.2f30.org.
Enjoy!