Browse Source

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

mount problem.
master
freesource 23 years ago
parent
commit
994d08f548
  1. 2
      YardBox.pm

2
YardBox.pm

@ -536,7 +536,7 @@ sub create {
$mod_bool = "" if $mod_bool eq 0;
$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);
return if $error && $error eq "ERROR";

Loading…
Cancel
Save