commit 8b2768539e91f470a315b35ebb7a6a3be3214499
parent e9ec92787d4b2d70df2dbefd8bba81fb4a252efc
Author: sin <sin@2f30.org>
Date: Thu, 19 Sep 2013 16:22:07 +0100
Update README
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README b/README
@@ -1,6 +1,6 @@
Morpheus is a statically linked musl based distro.
-The base system includes sbase[1], ubase[2], sdhcp[3], smdev[4]
+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
@@ -9,10 +9,11 @@ anything needed.
To build a particular package use `fakeroot ./pkgbuild pkgpath'.
-After you've created the ramdisk you can build 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.
+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.