commit 4edf892bc288a552cdeae0feba11fd86944528d6
parent 19b9871afcf80cbc78720d414e45105a5cfcb9bf
Author: sin <sin@2f30.org>
Date: Thu, 20 Feb 2014 14:57:45 +0000
Update README with booting instructions
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -22,7 +22,10 @@ After you've built stage0 you can create a bootable image:
This creates a 4GB image. You can dd this image to a USB stick if you
want to. Make sure to change the kernel command line to point it to
-your root device.
+your root device. You can either do this before creating the image or
+at the boot prompt as follows:
+
+ bzImage root=/dev/sd[X]1 rootwait init=/init ro
Login with root and an empty password.