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
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# make_debian-X11 Copyright (C) 2001 from gBootRoot
# make_debian-X11 Copyright (C) 2001, 2002, 2003 from gBootRoot
# Lead Developer and Project Coordinator
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
#
@@ -268,7 +268,7 @@ return $stuff;
use strict;
use File::Basename;
my $rm = "\$";
$main::Id = "# \$Id: make_debian-X11,v 1.42 2001/12/22 19:01:20 freesource Exp $rm";
$main::Id = "# \$Id: make_debian-X11,v 1.43 2001/12/22 19:44:04 freesource Exp $rm";
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
if ($sbin == 0) {
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};