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

Added $main::makefs and removed $filesytem_type and $inode_size .. groovy!.

This commit is contained in:
freesource 2001-08-02 17:44:15 +00:00
parent 925042de9e
commit 1531967b46

View File

@ -56,6 +56,7 @@ my $lilo_conf = "/etc/lilo.conf";
my $home = "$ENV{HOME}/.gbootroot"; my $home = "$ENV{HOME}/.gbootroot";
my $uml_xterm = "xterm -e"; my $uml_xterm = "xterm -e";
$main::editor = "emacs --font 6x13"; $main::editor = "emacs --font 6x13";
$main::makefs = "mke2fs -F -m0 -i8192";
# CHANGES # CHANGES
# #