From 1531967b4603cac7dd985d8d20992183085d2f99 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 2 Aug 2001 17:44:15 +0000 Subject: [PATCH] Added $main::makefs and removed $filesytem_type and $inode_size .. groovy!. --- gbootroot | 1 + 1 file changed, 1 insertion(+) diff --git a/gbootroot b/gbootroot index 6fb8886..4245ea3 100755 --- a/gbootroot +++ b/gbootroot @@ -56,6 +56,7 @@ my $lilo_conf = "/etc/lilo.conf"; my $home = "$ENV{HOME}/.gbootroot"; my $uml_xterm = "xterm -e"; $main::editor = "emacs --font 6x13"; +$main::makefs = "mke2fs -F -m0 -i8192"; # CHANGES #