aboutsummaryrefslogtreecommitdiffstats
path: root/create_dvd.sh
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2012-10-15 07:05:25 +0000
committerAnne Nicolas <ennael@mageia.org>2012-10-15 07:05:25 +0000
commit669da1d79600a05be1649c2459e1ce830fa7b882 (patch)
tree978d289b7d165c211055a2559723e8cd6e2ecd66 /create_dvd.sh
parent7e4d699626fc09e1d60936080fe8b14a6f743389 (diff)
downloadbcd-669da1d79600a05be1649c2459e1ce830fa7b882.tar
bcd-669da1d79600a05be1649c2459e1ce830fa7b882.tar.gz
bcd-669da1d79600a05be1649c2459e1ce830fa7b882.tar.bz2
bcd-669da1d79600a05be1649c2459e1ce830fa7b882.tar.xz
bcd-669da1d79600a05be1649c2459e1ce830fa7b882.zip
DVD and dual build script
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