From ef37f71baf59e26488bc20ffff8554c788db0679 Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 13 Jan 2015 14:53:25 +0100 Subject: clean old comments --- BCD/Genisoimage.pm | 5 ----- 1 file changed, 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"; -- cgit v1.2.1