aboutsummaryrefslogtreecommitdiffstats
path: root/create_dvd.sh
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2014-12-08 21:52:43 +0100
committerAnne Nicolas <ennael@mageia.org>2014-12-08 21:52:43 +0100
commit5851de8bc3b85a21a1c99815f1d5354047d72e2f (patch)
tree239c899c3041a93107ace6543be8eb2464405dd6 /create_dvd.sh
parent8ace44c8da50f1f1d643d4b0b66a941d6ee1ef51 (diff)
downloadbcd-5851de8bc3b85a21a1c99815f1d5354047d72e2f.tar
bcd-5851de8bc3b85a21a1c99815f1d5354047d72e2f.tar.gz
bcd-5851de8bc3b85a21a1c99815f1d5354047d72e2f.tar.bz2
bcd-5851de8bc3b85a21a1c99815f1d5354047d72e2f.tar.xz
bcd-5851de8bc3b85a21a1c99815f1d5354047d72e2f.zip
update to Mageia 5 beta 2
Diffstat (limited to 'create_dvd.sh')
-rwxr-xr-xcreate_dvd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/create_dvd.sh b/create_dvd.sh
index fe59961..bc6a73d 100755
--- a/create_dvd.sh
+++ b/create_dvd.sh
@@ -2,7 +2,7 @@
arch=$1
distrib=Mageia
-version=4
+version=5-beta2
homebcd=/home/bcd/build_bcd
bin=$homebcd/bcd
pieces=$homebcd/pieces/iso
@@ -20,7 +20,7 @@ rm -f $build/$arch/install/images/*nonfree*
if [ "$arch" = "x86_64" ]
then
cd $build
- tar -xvJf $pieces/DVD-efi.tar.xz
+ tar -xvJf $pieces/DVD-EFI.tar.xz
cd -
rm -f $homebcd/build/$distrib-$version-$arch/$arch/install/images/boot.iso
fi