1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 06:58:35 +00:00
morpheus/README

25 lines
785 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-17 16:25:48 +00:00
The base system includes sbase[1], ubase[2], sdhcp[3], smdev[4]
as well as other tools.
2013-09-18 14:29:00 +00:00
To build the world use `fakeroot ./stage0'. You need an x86_64 host
2013-09-19 13:31:23 +00:00
to build morpheus. Please review the stage0 script and adjust
anything needed.
2013-09-05 13:31:38 +00:00
2013-09-18 20:22:59 +00:00
To build a particular package use `fakeroot ./pkgbuild pkgpath'.
2013-09-06 11:47:53 +00:00
2013-09-17 16:25:48 +00:00
After you've created the ramdisk you can build a bootable image with
2013-09-19 13:31:23 +00:00
`sudo ./create-bootable'. You'll first need to load the loop module
with with the parameter max_part=15. You can dd this image to a USB
stick if you need to.
2013-09-17 15:16:00 +00:00
2013-09-05 13:31:38 +00:00
Login with `root' and an empty password.
Enjoy!
2013-09-17 16:25:48 +00:00
[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