|
发表于 2004-3-10 15:05:57
|
显示全部楼层
How to download Cooker?
Please use a mirroring tool like fmirror or wget (wget -rm ftp://ftp.......com/pub/cooker) or Rsync. Once you have finished the mirroring stage, please launch the mirroring tool again in order to check that everything has been mirrored and that it has not changed during the mirror.
New: you can also use a program called "mirror". Get it from ftp://sunsite.org.uk/packages/mirror/mirror.tar.gz - If you already have a local copy of the mirror, to set your local timestamps equal to the remote timestamps, run it like this:
#!/bin/sh
mirror -d -T > ./cooker.mirror
And you won't have to get all the files again just because of timestamp differences.
WARNING! Reminder: Cooker is an experimental distribution, it's not for daily use! The purpose of Cooker is to debug it, so it's sure that some things are broken in it: please use it carefully!
How to create an iso image ?
If the ISO is the beta release, it has the name of the beta. You can check its name in the latest Mandrake Linux news.
How to create your own ISO of cooker? First, you need to have a local mirrored copy of cooker, one simple way of doing this is:
cd /mnt/disk
lftp -c 'open ftp.somewhere.org; cd some/dir/cooker; mirror'
However, you can use your favorite mirror tool to do that.
Then, after mirroring is done, use the mkcds script, in the misc/ directory, to build the iso.
Or snag the pre-made ISO from one of the mirrors that contains it.
How to create a bootable CD ?
mkisofs -R -b images/boot.img -c images/boot.cat -o cooker.iso cooker
cdrecord -eject -v speed=4 dev=4,0 cooker.iso
(dev=4,0 can be determined with cdrecord -scanbus)
We are looking for new mirrors.
If you could setup a mirror please use our primary mirror or this one for rsync and contact the maintainer of this page mirrors at mandrakesoft.com
Mirrors of our FTP server for Cooker:
( Hint: pick one close to you! [+] are new sites: Thanks! )
Austria
ftp://ftp.tugraz.at/mirror/Mandrake-linux/Mandrake-devel/ (Graz)
Czech Republic
ftp://mandrake.contactel.cz/Mandrake-devel/
ftp://sunsite.mff.cuni.cz/OS/Linux/Dist/Mandrake/mandrake-devel/ (Prague)
France
ftp://fr2.rpmfind.net/linux/Mandrake-devel/ (Lyon)
ftp://ftp.ciril.fr/pub/linux/mandrake-devel/ (Nancy)
ftp://ftp.club-internet.fr/pub/u ... ons/Mandrake-devel/ (Paris)
ftp://ftp.lip6.fr/pub/linux/distributions/mandrake-devel/ (Paris)
ftp://ftp.proxad.net/pub/Distrib ... ake/Mandrake-devel/ (Paris)
ftp://ftp.ikoula.com/pub/ftp.mandrake-linux.com/Mandrake-devel/ (Courbevoie)
Germany
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/Mandrake-devel/ (Esslingen)
ftp://ftp.uni-bayreuth.de/pub/linux/Mandrake-devel/ (bayreuth)
ftp://ftp.vat.tu-dresden.de/pub/Mandrake-devel/ (Dresden)
Hungary
ftp://ftp.prew.hu/pub/Linux/Mandrake/Mandrake-devel/ (Budapest)
Ireland
ftp://ftp.esat.net/pub/linux/mandrake-devel/
Norway
ftp://ftp.uninett.no/pub/unix/Linux/Mandrake/Mandrake-devel/ (Oslo)
Slovakia
ftp://spirit.profinet.sk/mirrors/Mandrake-devel/ (Bratislava)
Spain
ftp://ftp.rediris.es/pub/linux/distributions/mandrake-devel/
Sweden
ftp://ftp.sunet.se/pub/Linux/distributions/mandrake-devel/
Switzerland
ftp://ftp.pcds.ch/pub/Mandrake-devel/ (Neuhausen)
Taiwan
ftp://linux.cdpa.nsysu.edu.tw/pub/mandrake-devel/
United States
ftp://mandrake.mirrors.pair.com/mandrake-devel/ (Pennsylvania)
ftp://mirrors.secsup.org/pub/linux/mandrake/Mandrake-devel/ |
|