1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 12:38:34 +00:00
Go to file
2013-09-17 15:40:13 +01:00
cross-scripts Log build/install failures 2013-09-17 15:40:13 +01:00
pkgs Log build/install failures 2013-09-17 15:40:13 +01:00
stuff Rename data/ to stuff/ 2013-09-16 19:43:46 +01:00
build Log build/install failures 2013-09-17 15:40:13 +01:00
clean Log build/install failures 2013-09-17 15:40:13 +01:00
create-bootable Remove lost+found/ 2013-09-17 14:19:04 +01:00
pkgbuild Cleanup build system 2013-09-17 15:26:52 +01:00
prepare-env Cleanup build system 2013-09-17 15:26:52 +01:00
prepare-root Don't create lib/ 2013-09-17 13:57:09 +01:00
qemu-run Rename rootfs.img to morpheus.img 2013-09-08 18:39:49 +01:00
README Add create-bootable 2013-09-16 13:13:49 +01:00
repack Cleanup build system 2013-09-17 15:26:52 +01:00
stage0 Cleanup build system 2013-09-17 15:26:52 +01:00

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'.

Execute `qemu-run' (you will need vde_switch and slirpvde).

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.

After you've created the rootfs you can build a bootable image
with `sudo ./build-bootable'.

Enjoy!