1
0
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:
freesource 2001-12-17 19:45:36 +00:00
parent e366990b5e
commit e39fbff6ee

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl;
#!/usr/bin/perl -w
# gBootRoot Copyright (C) 2000, 2001
#
@ -193,6 +193,9 @@ use BootRoot::BootRoot;
init Gtk;
set_locale Gtk;
$main::editor = "emacs --font 6x13";
$main::makefs = "mke2fs -F -m0 -i8192"; # Root Disk
$main::sudo = "sudo";
start();