aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Bcd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'BCD/Bcd.pm')
-rw-r--r--BCD/Bcd.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/BCD/Bcd.pm b/BCD/Bcd.pm
index cc65737..37cd898 100644
--- a/BCD/Bcd.pm
+++ b/BCD/Bcd.pm
@@ -11,6 +11,7 @@ use BCD::Common qw(:DEFAULT $wd $isoconf $name $arch $version $isodir $builddir
use BCD::Genisoimage;
use BCD::Isolinux;
use BCD::Stagex;
+use BCD::CheckMedia;
use BCD::Media;
use BCD::Web;
@@ -48,6 +49,7 @@ sub show_info {
print "\n";
}
+
sub main_bcd() {
my %opts = (
'' => \&help_bcd,
@@ -63,8 +65,7 @@ sub main_bcd() {
list => \&list_media,
mediarepo => \&list_medias_available,
checkrepo => \&check_repo_hdlist,
- rpmcheck => \&rpmcheck_launch,
- smartcheck => \&smartcheck_launch,
+ check => \&check_launch,
doble => \&solve_doble_issue,
kernel => \&find_all_kernel,
resign => \&resign_media,