aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Bcd.pm
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2012-03-06 21:41:08 +0000
committerAnne Nicolas <ennael@mageia.org>2012-03-06 21:41:08 +0000
commitb5679c5f88c2fe0a2db749ca6ad65291a31087e3 (patch)
treee5dbd98670605a424af059bd58c7c217b4040b39 /BCD/Bcd.pm
parent1e7fe329534cf1ffee0e1f445a01f504ba33a04f (diff)
downloadbcd-b5679c5f88c2fe0a2db749ca6ad65291a31087e3.tar
bcd-b5679c5f88c2fe0a2db749ca6ad65291a31087e3.tar.gz
bcd-b5679c5f88c2fe0a2db749ca6ad65291a31087e3.tar.bz2
bcd-b5679c5f88c2fe0a2db749ca6ad65291a31087e3.tar.xz
bcd-b5679c5f88c2fe0a2db749ca6ad65291a31087e3.zip
Mageia 2 Beta 1 release
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,