morpheus

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

commit ac2b85701be943ab2788500b13274a0c54fe22e8
parent ecc7dd352fb8e5c6a16805c7f8f9be5cdbf47998
Author: sin <sin@2f30.org>
Date:   Wed, 25 Sep 2013 10:15:02 +0100

Update README

Diffstat:
MREADME | 22+++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/README b/README @@ -3,17 +3,21 @@ Morpheus is a statically linked musl based distro. The base system includes sbase[1], ubase[2], sdhcp[3], smdev[4], mksh as well as other tools. -To build the world use `fakeroot ./stage0'. You need an x86_64 host -to build morpheus. Please review the stage0 script and adjust -anything needed. +To build the world use `./stage0'. You need an x86_64 host to build +morpheus. Please review the stage0 script and adjust anything needed. -To build a particular package use `fakeroot ./pkgbuild pkgpath'. +To build a particular package: -After you've built stage0 you can create a bootable image with `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. Make sure to change the kernel command line to point -it to your root device. + ./pkgbuild <pkgpath> + +After you've built stage0 you can create a bootable image with + + `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. +Make sure to change the kernel command line to point it to your root +device. Login with `root' and an empty password.