From 3e58c1ee79532469f4e7d1b0084f5f791a31c7ca Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Mon, 31 Oct 2011 09:46:13 +0000 Subject: - update isos configuration files - switch to trunk version of bcd - update Media.pm --- BCD/Common.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BCD/Common.pm') 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 ", $color) and $repo or print_color("You must define the tag",$color) and exit 1; $based_on or print_color("You must define the tag",$color) and exit 1; $isoconf->{chroot_media} or print_color("Now you must define in the conf.xml file",$color) and exit 1; -$isoconf->{chroot_media_exclude} or print_color("Now you must define in the conf.xml file",$color) and exit 1; +$isoconf->{chroot_media_exclude} or print_color("Now you must define in the conf.xml file",$color) and exit 1; + # password file #"/home/plop/.signature.gpg"; -- cgit v1.2.1