From fa7000f56e78d57571fca30e550cfa35ac04765a Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 31 Oct 2001 07:22:15 +0000 Subject: [PATCH] Enters correct path for genext2fs. --- BootRoot/Yard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index 04ff83f..c2abede 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -799,7 +799,7 @@ sub create_filesystem { info(0, "Where: $device\n"); # Maybe other fs will be represented in the future, but genext2fs is all - # that exists now for non-root users. + # that exists now for non-root users. --freesource if ( $fs_type ne "genext2fs" ) { sync(); @@ -988,7 +988,7 @@ sub create_filesystem { # added. if ( - sys("$main::makefs -b $fs_size -d $mount_point -D $device_table $device") !~ + sys("/usr/lib/bootroot/$main::makefs -b $fs_size -d $mount_point -D $device_table $device") !~ /^0$/ ) { $error = error("Can not $fs_type filesystem."); return "ERROR" if $error && $error eq "ERROR";