mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-17 00:51:39 -04:00
Just some minor changes.
This commit is contained in:
@@ -262,16 +262,11 @@ BEGIN {
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use BootRoot::BootRoot;
|
use BootRoot::BootRoot;
|
||||||
#use BootRoot::Options;
|
|
||||||
#use Getopt::Long;
|
|
||||||
|
|
||||||
$main::editor = "emacs --font 6x13";
|
$main::editor = "emacs --font 6x13";
|
||||||
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
|
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
|
||||||
$main::sudo = "sudo";
|
$main::sudo = "sudo";
|
||||||
|
|
||||||
#print $option{"stdout"};
|
|
||||||
#print %option;
|
|
||||||
|
|
||||||
start();
|
start();
|
||||||
|
|
||||||
|
|
||||||
@@ -283,13 +278,3 @@ if ( !%option ) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user