From 78068052fec3286dbf5d6545398feea5d86da09b Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 17 Sep 2013 16:16:00 +0100 Subject: [PATCH] Update README --- README | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README b/README index f3dc529..52bc8ee 100644 --- 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 '. +To build a particular package use `fakeroot ./pkgbuild '. 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!