1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-03-04 20:03:22 -05:00

Added -z to genext2fs.

This commit is contained in:
freesource 2001-11-17 08:33:37 +00:00
parent 5af731e25c
commit 80cb0748bb

View File

@ -267,7 +267,7 @@ my $home_rootfs = "$home/root_filesystem/";
my $home_uml_kernel = "$home/uml_kernel/"; my $home_uml_kernel = "$home/uml_kernel/";
my $modules_directory = "/lib/modules"; my $modules_directory = "/lib/modules";
if ( $> != 0 && -e "/usr/lib/bootroot/genext2fs" ) { if ( $> != 0 && -e "/usr/lib/bootroot/genext2fs" ) {
$main::makefs = "genext2fs -r0 -i8192"; $main::makefs = "genext2fs -z -r0 -i8192";
} }