morpheus

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

commit 8b4f60ad466c288a5907adbf364ea904a0de33bf
parent 0d082f17d8eb48a5ca255cd4c2129c349365a4bf
Author: sin <sin@2f30.org>
Date:   Fri,  7 Mar 2014 11:07:07 +0000

Update README

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

diff --git a/README b/README @@ -58,11 +58,14 @@ To create a bootable image: sudo mk bootable # this invokes stuff/create-bootable Make sure to change the kernel command line to point it to your root -device. You can either do this before creating the image or at the -boot prompt as follows: +device. You can do this at the boot prompt: bzImage root=/dev/sd[X]1 rootwait init=/init ro +Otherwise modify stuff/extlinux.conf and rebuild the extlinux package. + +You will also want to modify the fstab file. + Testing -------