blob: 5dbba396e5db813a0d3b0d0f2053bbc96ffbb6f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
|