mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-10 13:51:39 -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:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# make_debian Copyright (C) 2001, 2002 from gBootRoot
|
||||
# make_debian Copyright (C) 2001, 2002, 2003 from gBootRoot
|
||||
# Lead Developer and Project Coordinator
|
||||
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||
#
|
||||
@@ -246,7 +246,7 @@ return $stuff;
|
||||
use strict;
|
||||
use File::Basename;
|
||||
my $rm = "\$";
|
||||
$main::Id = "# \$Id: make_debian,v 1.61 2001/12/14 04:37:29 freesource Exp $rm";
|
||||
$main::Id = "# \$Id: make_debian,v 1.62 2002/01/04 00:51:28 freesource Exp $rm";
|
||||
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
|
||||
if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
|
||||
Reference in New Issue
Block a user