aboutsummaryrefslogtreecommitdiffstats
path: root/BCD
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2015-01-13 14:53:25 +0100
committerAnne Nicolas <ennael@mageia.org>2015-01-13 14:53:25 +0100
commitef37f71baf59e26488bc20ffff8554c788db0679 (patch)
tree24290e252607f4cc3d73553fc9e3d3ee470be083 /BCD
parent2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf (diff)
downloadbcd-ef37f71baf59e26488bc20ffff8554c788db0679.tar
bcd-ef37f71baf59e26488bc20ffff8554c788db0679.tar.gz
bcd-ef37f71baf59e26488bc20ffff8554c788db0679.tar.bz2
bcd-ef37f71baf59e26488bc20ffff8554c788db0679.tar.xz
bcd-ef37f71baf59e26488bc20ffff8554c788db0679.zip
clean old comments
Diffstat (limited to 'BCD')
-rw-r--r--BCD/Genisoimage.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/BCD/Genisoimage.pm b/BCD/Genisoimage.pm
index 07d3923..43dfe0d 100644
--- a/BCD/Genisoimage.pm
+++ b/BCD/Genisoimage.pm
@@ -13,12 +13,8 @@ our @EXPORT_OK = qw($isoname);
my $LOG="GENISOIMAGE -";
my $color = "green";
-# mandriva-linux-free-2009.1-i586
our $isoname = $isoconf->{nameid} . '-' . $isoconf->{mediainfo}{version} . '-' . $isoconf->{arch} . '-' . $isoconf->{support};
-# genisoimage -f -sort /home/plop/tmp/build/2009.1/11.sort -r -J -hide-rr-moved -nobak -cache-inodes -A "Mandriva Linux - 2009 Spring (Free64)" -publisher "Mandriva" -sysid "Mandriva Linux" -p "Mandriva-Linux" -volset "Mandriva Linux - 2009 Spring (Free64) - DVD x86_64 [1/1]" -V "Free-20091-x86_64" -o /home/plop/iso/2009.1/11-2009.1.iso -b x86_64/isolinux/isolinux.bin -c x86_64/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table "/home/plop/build/2009.1/first/11" /home/plop/build/2009.1/11
-
-
sub create_version {
# create the VERSION file available on the base of the ISO
my $version_file = "$builddir/VERSION";
@@ -34,7 +30,6 @@ sub create_version {
}
sub create_productid {
- # vendor=Mandriva,distribution=Mandriva Linux,type=basic,version=2009.1,branch=cooker,release=0.1,arch=i586,product=maratangua
print_color("$LOG create the $builddir/product.id", $color);
my $productid_file = "$builddir/product.id";
open my $product_id, ">$productid_file";