mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-24 09:23:23 -05:00
This looks good.
This commit is contained in:
parent
fffdbfc80a
commit
43dee83dd6
22
README
22
README
@ -3,14 +3,15 @@ License: GNU General Public License
|
|||||||
|
|
||||||
The Makefile included with this source package doesn't figure out whether
|
The Makefile included with this source package doesn't figure out whether
|
||||||
your system has the proper requirements. However, it isn't difficult to
|
your system has the proper requirements. However, it isn't difficult to
|
||||||
understand what is necessary to get gbootroot to work. First type "make" and
|
understand what is necessary to get gbootroot to work. First type "make",
|
||||||
then run gbootroot. The program will indicate to you whether anything is
|
follow the instructions in the "Important Configurations" section near the
|
||||||
missing. If it doesn't work at all, it's generally due to not having gtk-perl
|
bottom of this page, and then run gbootroot. The program will indicate to you
|
||||||
installed. If the user-mode-linux kernel doesn't work, it may be an
|
whether anything is missing. If it doesn't work at all, it's generally due to
|
||||||
architecture issue. If you need to customize the kernel, there are general
|
not having gtk-perl installed. If the user-mode-linux kernel doesn't work, it
|
||||||
directions in this README. If a boot or root method are missing required
|
may be an architecture issue. If you need to customize the kernel, there are
|
||||||
programs, pop-up dialog boxes and information from the verbosity box will
|
general directions in the README. If a boot or root method are missing
|
||||||
give a good indication of what is causing the problem.
|
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
|
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
|
architectures genext2fs and user-mode-linux will need to be compiled if
|
||||||
@ -104,13 +105,14 @@ file
|
|||||||
Important Configurations:
|
Important Configurations:
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
"chmod 4755 /usr/bin/uml_net" so normal users can have network capabilities.
|
"chown 0:0 /usr/bin/uml_net; chmod 4755 /usr/bin/uml_net" so normal users can
|
||||||
|
have network capabilities.
|
||||||
|
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
#############
|
#############
|
||||||
|
|
||||||
Documentaion and FAQ is in doc/html/index.html
|
Documentaion and FAQ are in doc/html/index.html
|
||||||
|
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user