Thought it was time to update the copy to 2003. Fixed a few minor

bugs founds while running underneath uml.  One percular bug pertaining
to OPTIONS was found after running a uml from the uml box then closing
it again making a new root_fs and opening it again the options were
missing.  Haven't noticed this on the host system before.  Will also
need to add a c program to determine whether the host kernel is tt or
skas to auto-magically determing what kernel mode to run in.
This commit is contained in:
freesource
2002-12-28 04:37:59 +00:00
parent 92320d21af
commit 1578dff32e
12 changed files with 24 additions and 21 deletions
+6 -5
View File
@@ -3,7 +3,7 @@
##############################################################################
##
## BootRoot.pm
## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum
## Copyright (C) 2000, 2001, 2002, 2003 by Jonathan Rosenbaum
## <freesource@users.sourceforge.net>
##
@@ -363,9 +363,7 @@ if ( !%option || $option{gui_mode} ) {
# /tmp
home_builder($tmp1);
# gbootroot will need to be run at least once without options to make these
# directories
if ( !%option ) {
if ( !( $option{home} || $option{help} || $option{h} ) ) {
# $HOME/.gbootroot/root_filesystem
home_builder($home_rootfs);
@@ -1573,7 +1571,10 @@ sub uml_box {
"Alter value for each Linux virtual " .
"machine invocation, and use the " .
"mconsole's switch options to gain " .
"control of the new machine.",
"control of the new machine.\n" .
"mtd_init is a special option that " .
"allows a MTD root_fs to start with an " .
"alternative init like /bin/bash.",
"" );
$eab2->show();
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################
##
## Error.pm
## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum
## Copyright (C) 2000, 2001, 2002, 2003 by Jonathan Rosenbaum
## <freesource@users.sourceforge.net>
##
## This program is free software; you may redistribute it and/or modify
+1 -1
View File
@@ -1,7 +1,7 @@
############################################################################
##
## Options.pm
## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum
## Copyright (C) 2000, 2001, 2002, 2003 by Jonathan Rosenbaum
## <freesource@users.sourceforge.net>
##
## This program is free software; you may redistribute it and/or modify
+1 -1
View File
@@ -3,7 +3,7 @@
## Yard.pm combining
## MAKE_ROOT_FS, CHECK_ROOT_FS, and YARD_UTILS.PL by Tom Fawcett
## Copyright (C) 1996,1997,1998 Tom Fawcett (fawcett@croftj.net)
## Copyright (C) 2000,2001,2002 Modifications by Jonathan Rosenbaum
## Copyright (C) 2000,2001,2002,2003 Modifications by Jonathan Rosenbaum
## <freesource@users.sourceforge.net>
##
+1 -1
View File
@@ -1,7 +1,7 @@
###########################################################################
##
## YardBox.pm
## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum
## Copyright (C) 2000, 2001, 2002, 2003 by Jonathan Rosenbaum
## <freesource@users.sourceforge.net>
##