aboutsummaryrefslogtreecommitdiffstats
path: root/create_dvd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'create_dvd.sh')
-rwxr-xr-xcreate_dvd.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/create_dvd.sh b/create_dvd.sh
index 6202e42..b797bde 100755
--- a/create_dvd.sh
+++ b/create_dvd.sh
@@ -2,7 +2,7 @@
arch=$1
distrib=Mageia
-version=2
+version=3-alpha2
homebcd=/home/bcd/build_bcd
bin=$homebcd/bcd
pieces=$homebcd/pieces/iso
@@ -12,7 +12,9 @@ $bin/bcd.pl dvd_free-$arch.xml all noiso
cp -af $pieces/hdt.c32 $build/$arch/isolinux
cp -af $pieces/message $build/$arch/isolinux/bootlogo
+cp -af $homebcd/pieces/$version/$arch/isolinux/isolinux-$arch.bin $build/$arch/isolinux
rm -f $build/$arch/install/images/*nonfree*
$bin/bcd.pl dvd_free-$arch.xml iso
+date > $homebcd/iso/$distrib-$version-$arch/DATE.txt