gBootRoot pronounced "bOOtrOOt"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
freesource 26e513978e Updates to 2.4.18-2um 23 years ago
BootRoot This completes the init and mtd_init recognization .. added single. 23 years ago
add-ons/yard/make-debian-X11 Last changes before 1.3 release. 23 years ago
doc/html Documentation for MTD. 23 years ago
genext2fs Stripped. 23 years ago
pkg 1.3.5 23 years ago
root_filesystem This is technically a root fs, so putting it in this directory. This is 23 years ago
user-mode-linux/usr Updates to 2.4.18-2um 23 years ago
yard Added vc/? and vcs?, because the new uml kernel looks for this now. 23 years ago
.gitignore *** empty log message *** 24 years ago
Changes This keeps a nice size ration for $mtd_total_size, and automatically checks if 23 years ago
Makefile This adds Initrd.gz. 23 years ago
Makefile.pkg This adds Initrd.gz. 23 years ago
README Cleaning up a little bit. 23 years ago
UML.pm * This is an exciting module by jdike of UML, it uses the Expect, IO::Stty, and 24 years ago
expect_uml Added the correct options for mkfs.jffs. 23 years ago
gbootroot Just altered some text. 23 years ago
gbootroot.xpm Right now this xpm is just used by the menu system .. not exactly 32x32 or given 23 years ago
gbootroot_pkg This adds cramfs-vfs-order.patch. 23 years ago
gbootrootrc Font change. 23 years ago
yard_chrooted_tests This should totally solve any FHS complaints. 23 years ago

README

Program:  gBootRoot  pronounced "bOOtrOOt"
License: GNU General Public License

The Makefile included with this source package doesn't figure out whether
your installation has the proper requirements. Type "make", follow the
instructions in the "Important Configurations" section near the
bottom of this page, and then run gbootroot. The program will indicate to you
whether anything is missing. If it doesn't work at all, it's generally due to
not having gtk-perl installed. If the user-mode-linux kernel doesn't work, it
may be an architecture issue. If you need to customize the
kernel, there are general directions in the README. If a boot or root method
are missing required programs, pop-up dialog boxes and information from the
verbosity box will give a good indication of what is causing the problem.

Out of the box this program works with the i386 architecture, for other
architectures genext2fs and user-mode-linux will need to be compiled if
full functionality is desired. Eventually, the Advanced Kernel Section in
this program will be able to help with the uml compile.


Perl Modules:
#############

Gtk-Perl (Required)
--------

Version 0.7002 or greater.
http://freshmeat.net/projects/gtk-perl

[ The next three are required for automated normal (non-root) user
functionality . ]

Expect (tested with 1.11)
------------------------
http://www.perl.com/CPAN/modules/by-module/Expect/
http://sourceforge.net/projects/expectperl

IO::Stty
--------
http://www.perl.com/CPAN/modules/by-module/IO/IO-Stty-.02.tar.gz

IO::Tty
-------
http://www.perl.com/CPAN/modules/by-module/IO/IO-Tty-0.04.tar.gz
http://sourceforge.net/projects/expectperl


Binaries:
#########

Genext2fs
---------
genext2fs/genext2fs ( included and already compiled for i386 )
cd genext2fs; make ( other architectures )

User-Mode-Linux
---------------
user-mode-linux/usr/bin/{linux,uml_*} ( included and already compiled
for i386 )
user-mode-linux/usr/lib/uml/{modules*tar} ( included and already compiled
for i386 )
user-mode-linux/usr/lib/uml/config ( kernel .config defaults )

If you use a different architecture you will need to read
http://user-mode-linux.sourceforge.net/arch-port.html.

Here are general guidelines for compiling uml:

Get kernel sources from www.kernel.org, and then get a matching uml-patch from
http://sourceforge.net/project/showfiles.php?group_id=429. If you want to
match the kernel version used by gbootroot check gbootroot/Changes to find
out which version of uml if being used. You may want to load config when
configuring the kernel and use it as a starting point. There are good
instructions on how to compile a uml kernel at
http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO-2.html.
When finished, put the uml kernel in the directory cited above and call it
linux; you can put the modules in a Replacements directory (see FAQ).

The helper uml_* tools need to be checked out from cvs and compiled with make:

(Instructions for cvs at http://sourceforge.net/cvs/?group_id=429.)
cvs -d:pserver:anonymous@cvs.user-mode-linux.sourceforge.net:/cvsroot/user-mode-linux login
cvs -z3 -d:pserver:anonymous@cvs.user-mode-linux.sourceforge.net:/cvsroot/user-mode-linux co tools

cd tools/mconsole; make;
cd ../uml_net; make; chown 0:0 uml_net; chmod 4755 uml_net;
cd ../uml_router; make;
cd ../uml_moo; make;

Note: Please send the user-mode-linux-devel and gbootroot-devel lists your
experiences if you successfully get another architecture working. ppc has
been ported.


Boot Methods:
#############

2 disk compression
------------------

This method will tell you when any of these utilities are missing:

ash lilo bzip2 file


Root Methods:
#############

Yard
----

Watch the verbosity box, it will be obvious when a required command is
missing. Make sure you have this file installed on your system:

file


Important Configurations:
#########################

"chown 0:0 /usr/bin/uml_net; chmod 4755 /usr/bin/uml_net" so normal users can
have network capabilities.


Documentation:
#############

Documentaion and FAQ are in doc/html/index.html


Have fun!

-Jonathan

Please infuse your suggestions, bug reports, insults, and patronage back to:
Jonathan Rosenbaum <freesource@users.sourceforge.net>