mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
* verbosity() added
* Importance -> very
This commit is contained in:
parent
287d6ce6ed
commit
a8e3ecc354
4
Yard.pm
4
Yard.pm
@ -31,7 +31,7 @@ package Yard;
|
|||||||
use vars qw(@ISA @EXPORT %EXPORT_TAGS);
|
use vars qw(@ISA @EXPORT %EXPORT_TAGS);
|
||||||
use Exporter;
|
use Exporter;
|
||||||
@ISA = qw(Exporter);
|
@ISA = qw(Exporter);
|
||||||
@EXPORT = qw(start_logging_output info kernel_version_check
|
@EXPORT = qw(start_logging_output info kernel_version_check verbosity
|
||||||
read_contents_file extra_links library_dependencies hard_links
|
read_contents_file extra_links library_dependencies hard_links
|
||||||
space_check create_filesystem find_file_in_path sys);
|
space_check create_filesystem find_file_in_path sys);
|
||||||
|
|
||||||
@ -71,6 +71,8 @@ sub warning {
|
|||||||
$Warnings++;
|
$Warnings++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub verbosity { $verbosity = $_[0]; }
|
||||||
|
|
||||||
## REQUIRES $kernel opt. $kernel_version
|
## REQUIRES $kernel opt. $kernel_version
|
||||||
sub kernel_version_check {
|
sub kernel_version_check {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user