1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Just some minor changes.

This commit is contained in:
freesource 2002-11-14 08:22:56 +00:00
parent f960c66fcb
commit 82374d0388

View File

@ -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 ) {
}
}