mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
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:
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user