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:
parent
f960c66fcb
commit
82374d0388
15
gbootroot
15
gbootroot
@ -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 ) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user