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:
parent
5af731e25c
commit
80cb0748bb
@ -267,7 +267,7 @@ my $home_rootfs = "$home/root_filesystem/";
|
||||
my $home_uml_kernel = "$home/uml_kernel/";
|
||||
my $modules_directory = "/lib/modules";
|
||||
if ( $> != 0 && -e "/usr/lib/bootroot/genext2fs" ) {
|
||||
$main::makefs = "genext2fs -r0 -i8192";
|
||||
$main::makefs = "genext2fs -z -r0 -i8192";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user