mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Fixed a bug which causes lock-ups during seconf fs creation with
EXPECT, and a bug where .options wasn't being written to disk or the path was being altered when a variable was being altered. This also gets things trim and ready with the coolest discovery being that a nested kernel can run on the host and in it's nest. I'll be testing other nested levels to discover how far this can go and be incorporated in one package which is nice.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: README,v 1.14 2002/12/22 03:15:05 freesource Exp $
|
||||
$Id: README,v 1.15 2003/01/05 02:10:41 freesource Exp $
|
||||
Program: gBootRoot pronounced "bOOtrOOt"
|
||||
License: GNU General Public License
|
||||
|
||||
@@ -58,7 +58,7 @@ REQUIREMENTS TO RUN GBOOTROOT
|
||||
PERL MODULES
|
||||
|
||||
Gtk-Perl (Required for GUI)
|
||||
--------
|
||||
--------------------------
|
||||
|
||||
Version 0.7002 or greater.
|
||||
http://freshmeat.net/projects/gtk-perl
|
||||
@@ -96,8 +96,8 @@ ash lilo bzip2 file
|
||||
|
||||
ROOT METHODS
|
||||
|
||||
Yard
|
||||
----
|
||||
Yard (This is a method - not a program)
|
||||
--------------------------------------
|
||||
|
||||
Watch the verbosity box, it will be obvious when a required command is
|
||||
missing. Make sure you have this file installed on your system:
|
||||
@@ -107,8 +107,9 @@ file
|
||||
|
||||
IMPORTANT CONFIGURATIONS
|
||||
|
||||
"chown 0:0 /usr/bin/uml_net; 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; ofcourse, you may totally avoid
|
||||
doing the suid thing by using tunctl.
|
||||
|
||||
Should the host kernel have the skas patch applied?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user