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:
parent
e976c0dfa3
commit
994d08f548
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user