diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-28 18:21:26 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-12-28 18:21:26 +0000 |
commit | f6ced222991cbcce567a65d84b21a438b3f20a8e (patch) | |
tree | 4a2939386da60ca4e97d77b335681bd337f95291 | |
parent | 2e670c4049429930fea6f857f4d52a6fcf4aac1c (diff) | |
download | bcd-f6ced222991cbcce567a65d84b21a438b3f20a8e.tar bcd-f6ced222991cbcce567a65d84b21a438b3f20a8e.tar.gz bcd-f6ced222991cbcce567a65d84b21a438b3f20a8e.tar.bz2 bcd-f6ced222991cbcce567a65d84b21a438b3f20a8e.tar.xz bcd-f6ced222991cbcce567a65d84b21a438b3f20a8e.zip |
Dual configuration.
-rwxr-xr-x | create_dual.sh | 2 | ||||
-rw-r--r-- | dual.xml | 22 | ||||
-rw-r--r-- | dual64.xml | 22 |
3 files changed, 41 insertions, 5 deletions
diff --git a/create_dual.sh b/create_dual.sh index 8d912b3..a24a3c2 100755 --- a/create_dual.sh +++ b/create_dual.sh @@ -15,7 +15,7 @@ rm -rvf $BUILD_BCD/build/mandriva-linux-free-dual-$VERSION-i586/i586/install/ima rm -vf $BUILD_BCD/build/mandriva-linux-free-dual-$VERSION-x86_64/x86_64/install/images/boot.iso rm -vrf $BUILD_BCD/build/mandriva-linux-free-dual-$VERSION-x86_64/x86_64/install/images/alternatives -sync +# sync du -sh $BUILD_BCD/build/mandriva-linux-free-dual-$VERSION-i586/i586 du -sh $BUILD_BCD/build/mandriva-linux-free-dual-$VERSION-x86_64/x86_64 @@ -11,7 +11,7 @@ <path>/mnt/BIG/official</path> </repo> <workdir desc="Where is my working dir"> - <path>/home/eugeni/bcd/bcd/build_bcd</path> + <path>/home/bcd/bcd/build_bcd</path> </workdir> <tocopy_file>tocopy_plop</tocopy_file> <isolinux desc="isolinux info"> @@ -111,7 +111,25 @@ <fullpath_mediadir>/home/bcd/2010.1/updates/release</fullpath_mediadir> </external> <pubkey>updates/media_info/pubkey</pubkey> - <release>yes</release> + <release>no</release> + <updates>no</updates> + <backport>no</backport> + <testing>no</testing> + </list> + <list name="updates_contrib" desc="contrib updates media"> + <input name="base"> + </input> + <input name="kernel"> + </input> + <input name="lang"> + </input> + <mediadir>main</mediadir> + <destmedia>updates_contrib</destmedia> + <external name="2010.2"> + <fullpath_mediadir>/home/bcd/2010.1/updates_contrib/release</fullpath_mediadir> + </external> + <pubkey>../contrib/updates/media_info/pubkey</pubkey> + <release>no</release> <updates>no</updates> <backport>no</backport> <testing>no</testing> @@ -11,7 +11,7 @@ <path>/mnt/BIG/official</path> </repo> <workdir desc="Where is my working dir"> - <path>/home/eugeni/bcd/bcd/build_bcd</path> + <path>/home/bcd/bcd/build_bcd</path> </workdir> <tocopy_file>tocopy_plop</tocopy_file> <isolinux desc="isolinux info"> @@ -107,7 +107,25 @@ <fullpath_mediadir>/home/bcd/2010.1/updates/release</fullpath_mediadir> </external> <pubkey>updates/media_info/pubkey</pubkey> - <release>yes</release> + <release>no</release> + <updates>no</updates> + <backport>no</backport> + <testing>no</testing> + </list> + <list name="updates_contrib" desc="contrib updates media"> + <input name="base"> + </input> + <input name="kernel"> + </input> + <input name="lang"> + </input> + <mediadir>main</mediadir> + <destmedia>updates_contrib</destmedia> + <external name="2010.2"> + <fullpath_mediadir>/home/bcd/2010.1/updates_contrib/release</fullpath_mediadir> + </external> + <pubkey>../contrib/updates/media_info/pubkey</pubkey> + <release>no</release> <updates>no</updates> <backport>no</backport> <testing>no</testing> |