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, 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