1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 12:58:34 +00:00
morpheus/README
2013-09-17 16:17:08 +01:00

17 lines
497 B
Plaintext

Morpheus is a statically linked musl based distro.
To build the world use `fakeroot ./stage0'.
To build a particular package use `fakeroot ./pkgbuild <pkg-path>'.
You will then need to repack the rootfs with `fakeroot ./repack'.
After you've created the rootfs you can build a bootable image with
`sudo ./create-bootable'. You can dd this image to a USB stick if you
need to.
Execute `qemu-run' (you will need vde_switch and slirpvde).
Login with `root' and an empty password.
Enjoy!