morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 78068052fec3286dbf5d6545398feea5d86da09b
parent 8d7b74163862bfe98f5829a44a727813123b78a5
Author: sin <sin@2f30.org>
Date:   Tue, 17 Sep 2013 16:16:00 +0100

Update README

Diffstat:
MREADME | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -2,17 +2,15 @@ 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>'. +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. -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!