1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-04-04 07:43:22 -04:00

O.k., now using $tmp rather then $mnt for create_filesystem, solves

mount problem.
This commit is contained in:
freesource 2001-07-25 17:46:33 +00:00
parent e976c0dfa3
commit 994d08f548

View File

@ -536,7 +536,7 @@ sub create {
$mod_bool = "" if $mod_bool eq 0; $mod_bool = "" if $mod_bool eq 0;
$error = create_filesystem($filename,$filesystem_size,$filesystem_type, $error = create_filesystem($filename,$filesystem_size,$filesystem_type,
$inode_size,$mnt,$lib_bool,$bin_bool, $inode_size,$tmp,$lib_bool,$bin_bool,
$mod_bool,$strip_bool); $mod_bool,$strip_bool);
return if $error && $error eq "ERROR"; return if $error && $error eq "ERROR";