diff options
Diffstat (limited to 'globetrotter/doc')
-rw-r--r-- | globetrotter/doc/BUGS | 6 | ||||
-rw-r--r-- | globetrotter/doc/BUILD | 24 | ||||
-rw-r--r-- | globetrotter/doc/NOTES | 17 |
3 files changed, 47 insertions, 0 deletions
diff --git a/globetrotter/doc/BUGS b/globetrotter/doc/BUGS new file mode 100644 index 000000000..97ff5d8b0 --- /dev/null +++ b/globetrotter/doc/BUGS @@ -0,0 +1,6 @@ +-*- outline -*- + +* drakboot and diskdrake are not yet fully capable of managing LABEL= in +/tc/fstab + +* lilo failed to boot from USB 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 diff --git a/globetrotter/doc/NOTES b/globetrotter/doc/NOTES new file mode 100644 index 000000000..5a43af0e2 --- /dev/null +++ b/globetrotter/doc/NOTES @@ -0,0 +1,17 @@ + Mandrakelinux GlobeTrotter release notes + + + +* Arabic support + + +you may want to enable the acon service from the acon package. +Just type: "chkconfig --add jserver" as root or use the "Services" +icon from the Mandrakelinux Control Center + + +* Japanese support + +you may want to enable the jserver service from the FreeWnn package. +Just type: "chkconfig --add jserver" as root or use the "Services" +icon from the Mandrakelinux Control Center
\ No newline at end of file |