mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-24 09:23:23 -05:00
Moved some text over here.
This commit is contained in:
parent
e366990b5e
commit
e39fbff6ee
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/perl;
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# gBootRoot Copyright (C) 2000, 2001
|
# gBootRoot Copyright (C) 2000, 2001
|
||||||
#
|
#
|
||||||
@ -193,6 +193,9 @@ use BootRoot::BootRoot;
|
|||||||
init Gtk;
|
init Gtk;
|
||||||
set_locale Gtk;
|
set_locale Gtk;
|
||||||
|
|
||||||
|
$main::editor = "emacs --font 6x13";
|
||||||
|
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
|
||||||
|
$main::sudo = "sudo";
|
||||||
|
|
||||||
start();
|
start();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user