Go to file
Eric Andersen f694016136 final step in buildroot facelift 2004-10-09 06:13:40 +00:00
package final step in buildroot facelift 2004-10-09 06:13:40 +00:00
sources facelift step number two 2004-10-09 05:47:49 +00:00
target Fix it so we once again build the target root_fs 2004-10-09 04:46:15 +00:00
toolchain final step in buildroot facelift 2004-10-09 06:13:40 +00:00
.cvsignore facelift step number two 2004-10-09 02:49:33 +00:00
.defconfig Major buildroot facelift, step one. 2004-10-09 01:06:03 +00:00
Config.in Fix it so we once again build the target root_fs 2004-10-09 04:34:21 +00:00
Makefile Remove obsolete references to SOURCE_DIR 2004-10-09 05:28:18 +00:00
README ws 2004-09-27 17:34:36 +00:00
README.patches Minor doc update to match reality 2004-06-14 20:22:48 +00:00

README

To build and use the buildroot stuff, do the following:

1) run 'make'
2) wait while it compiles
3) run './UMlinux' to test out your root filesystem using User Mode Linux.

You do not need to be root to build or run this system.  Each Virtual Terminal
will be opened in its own window.  You must be running X and have xterm
installed for this to work -- otherwise you see a few errors on bootup as it
tries to launch xterms.   It will still work on a console, but you will not
have access to the other Virtual Terminals.

Also, you the uClibc and busybox source trees that
are downloaded are fully set up for anonymous CVS access.  You may need to set
up your system for anonymous CVS access by running the following command:

    cvs -d:pserver:anonymous@busybox.net:/var/cvs login

Then just hit Enter when it prompts you for a password.  You only need to do
this once.  Then, whenever you want to update your system, just go into the
busybox or uClibc directory and run 'cvs update'.

Have fun!

 -Erik

Please feed suggestions, bug reports, insults, and bribes back to:
	Erik Andersen <andersen@codepoet.org>