Browse Source

* passing strip parameters

master
freesource 24 years ago
parent
commit
ea867c95bb
  1. 7
      YardBox.pm

7
YardBox.pm

@ -486,8 +486,13 @@ sub space_left {
sub create {
$lib_bool = "" if $lib_bool eq 0;
$bin_bool = "" if $bin_bool eq 0;
$mod_bool = "" if $mod_bool eq 0;
$strip_bool eq "strip-all" ? ($strip_bool = 1) : ($strip_bool = 0);
$error = create_filesystem($filename,$filesystem_size,$filesystem_type,
$inode_size,$mnt);
$inode_size,$mnt,$lib_bool,$bin_bool,
$mod_bool,$strip_bool);
return if $error && $error eq "ERROR";
}

Loading…
Cancel
Save