aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Common.pm
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2011-10-31 09:46:13 +0000
committerAnne Nicolas <ennael@mageia.org>2011-10-31 09:46:13 +0000
commit3e58c1ee79532469f4e7d1b0084f5f791a31c7ca (patch)
tree412a6c53d972d28705af3d629cf342a6cc270a4c /BCD/Common.pm
parentdf535a121225f56f65396b80150e7622fea6b9ae (diff)
downloadbcd-3e58c1ee79532469f4e7d1b0084f5f791a31c7ca.tar
bcd-3e58c1ee79532469f4e7d1b0084f5f791a31c7ca.tar.gz
bcd-3e58c1ee79532469f4e7d1b0084f5f791a31c7ca.tar.bz2
bcd-3e58c1ee79532469f4e7d1b0084f5f791a31c7ca.tar.xz
bcd-3e58c1ee79532469f4e7d1b0084f5f791a31c7ca.zip
- update isos configuration files
- switch to trunk version of bcd - update Media.pm
Diffstat (limited to 'BCD/Common.pm')
-rw-r--r--BCD/Common.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/BCD/Common.pm b/BCD/Common.pm
index 90cfceb..126c207 100644
--- a/BCD/Common.pm
+++ b/BCD/Common.pm
@@ -57,7 +57,8 @@ $version or print_color("You must define the <mediainfo><version>", $color) and
$repo or print_color("You must define the <repo><path> tag",$color) and exit 1;
$based_on or print_color("You must define the <based_on> tag",$color) and exit 1;
$isoconf->{chroot_media} or print_color("Now you must define <chroot_media> in the conf.xml file",$color) and exit 1;
-$isoconf->{chroot_media_exclude} or print_color("Now you must define <chroot_media_exclude> in the conf.xml file",$color) and exit 1;
+$isoconf->{chroot_media_exclude} or print_color("Now you must define <chroot_media_exclude> in the conf.xml file",$color) and exit 1;
+
# password file
#"/home/plop/.signature.gpg";