From 82374d0388a9c6a2546cfa645f871d15e1924914 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 14 Nov 2002 08:22:56 +0000 Subject: [PATCH] Just some minor changes. --- gbootroot | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gbootroot b/gbootroot index d7a686f..08b69c9 100755 --- a/gbootroot +++ b/gbootroot @@ -262,16 +262,11 @@ BEGIN { use strict; use BootRoot::BootRoot; -#use BootRoot::Options; -#use Getopt::Long; $main::editor = "emacs --font 6x13"; $main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk $main::sudo = "sudo"; -#print $option{"stdout"}; -#print %option; - start(); @@ -283,13 +278,3 @@ if ( !%option ) { } } - - - - - - - - - -