diff options
Diffstat (limited to 'globetrotter/doc/BUILD')
-rw-r--r-- | globetrotter/doc/BUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/globetrotter/doc/BUILD b/globetrotter/doc/BUILD new file mode 100644 index 000000000..5dbba396e --- /dev/null +++ b/globetrotter/doc/BUILD @@ -0,0 +1,24 @@ + How to build Mandrakelinux Globetrotter: + ======================================== + +- you need first to install all the drakxtools' build dependancies + (thus running "urpmi /SRPMS/drakxtools-*" may be quite helpful) + +- copy the mdk10.0 DVD in /export +- leave main as Mandrake/RPMS +- copy h[cs]f*, FlashPlayer*, RealPlayer* into Mandrake/RPMS from Mandrake/RPMS[23] +- move contribs as Mandrake/RPMS2 +- move other RPMS? somewhere else +- add packages from ~tv/rpm/lacie on cluster +- add updates from /mnt/BIG/dis/updates/10.0 +- add updated proprietary packages for kernel update from kameha + (nplanel's work machine): + echo "mget *2.4.25.5mdk* *2.6.3.13mdk*" | \ +lftp -u a,a ftp://kameha:/~/../nplanel/rpm/prop/RPMS/i586/ +- run the following in order to remove duplicated packages: + doble [A-Z] | xargs rm -f + doble [a-g] | xargs rm -f + doble [h-z] | xargs rm -f +- plug the LaCie disk +- run make_live --partition --format --install --post in order to + prepare the disk |