mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-14 07:31:41 -04:00
O.k., now using $tmp rather then $mnt for create_filesystem, solves
mount problem.
This commit is contained in:
+1
-1
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user