From 994d08f5480e44becf3b40731f827fdd25dbc2ff Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 25 Jul 2001 17:46:33 +0000 Subject: [PATCH] O.k., now using $tmp rather then $mnt for create_filesystem, solves mount problem. --- YardBox.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YardBox.pm b/YardBox.pm index 46df79e..34fc34c 100644 --- a/YardBox.pm +++ b/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";