1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 11:18:32 +00:00
Go to file
2013-09-16 14:36:12 +01:00
cross-scripts Update ncurses with vt100 support 2013-09-07 16:10:59 +01:00
data Add create-bootable 2013-09-16 13:13:49 +01:00
pkgs Add tftpd 2013-09-14 11:09:29 +01:00
build Fix build system and add kernel pkg 2013-09-06 09:50:29 +01:00
clean Clean dir hierarchy 2013-09-06 10:08:58 +01:00
create-bootable Add create-bootable 2013-09-16 13:13:49 +01:00
pkgbuild pkgbuild works based on a package path rather than a package name 2013-09-16 14:36:12 +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 Rootfs is morpheus.img not rootfs.img 2013-09-16 14:36:12 +01:00
stage0 Create /var/run as well 2013-09-16 11:23:49 +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!