diff options
author | Anne Nicolas <ennael@mageia.org> | 2014-06-18 22:42:33 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2014-06-18 22:42:33 +0200 |
commit | b23ae3bbd77d4a912c1584c4ae5dd0ed53993164 (patch) | |
tree | 4c571af2e6c9bdd46f9f91a43337aedbe6cbf333 /create_dual.sh | |
parent | 8e90092f83ee91534ca114b696ce1381bd0f133c (diff) | |
download | bcd-b23ae3bbd77d4a912c1584c4ae5dd0ed53993164.tar bcd-b23ae3bbd77d4a912c1584c4ae5dd0ed53993164.tar.gz bcd-b23ae3bbd77d4a912c1584c4ae5dd0ed53993164.tar.bz2 bcd-b23ae3bbd77d4a912c1584c4ae5dd0ed53993164.tar.xz bcd-b23ae3bbd77d4a912c1584c4ae5dd0ed53993164.zip |
Mageia 4 version for scripts for isos creation
Diffstat (limited to 'create_dual.sh')
-rwxr-xr-x | create_dual.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_dual.sh b/create_dual.sh index 849fa11..c8bfd6a 100755 --- a/create_dual.sh +++ b/create_dual.sh @@ -3,7 +3,7 @@ DISTRIB=Mageia TREE=cauldron TAG=vanda -VERSION=4-beta2 +VERSION=4 SUPPORT=dual-DVD VV=1 MEDIAMAIN=media/core @@ -13,7 +13,7 @@ BUILDPATH="$HOME/build_bcd/build/$DISTRIB-$VERSION-$SUPPORT" BUILDISOPATH="$HOME/build_bcd/iso/$DISTRIB-$VERSION-$SUPPORT" # genisoimage options -AGENISO="$DISTRIB - 4 beta 2" +AGENISO="$DISTRIB - 4" PUBLISHER="Mageia.Org" SYSID="$PUBLISHER" TOOL="$SYSID BCD" |