LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 874|回复: 12

我想做个Mandrake的urpm仓库,有支持的吗?

[复制链接]
发表于 2004-3-10 10:15:50 | 显示全部楼层 |阅读模式
请问hdlist.cz应该怎么做?
发表于 2004-3-10 10:19:17 | 显示全部楼层
好 支持
发表于 2004-3-10 10:21:28 | 显示全部楼层
如果有可能,同步一个cooker,恐怕大家更会欢迎。
发表于 2004-3-10 11:29:12 | 显示全部楼层
mirror cooker   不错哦!!!!
 楼主| 发表于 2004-3-10 11:40:56 | 显示全部楼层
不知道该怎么去作?能不能写点东西教教我?
发表于 2004-3-10 11:55:35 | 显示全部楼层

用一个rsync就行了。

rsync -auv --partial --delete --exclude '.*' carroll.cac.psu.edu::mandrake your-tree/Mandrake
rsync -auv --partial --delete --exclude '.*' carroll.cac.psu.edu::mandrake-devel your-tree/Mandrake-devel
rsync -auv --partial --delete --exclude '.*' carroll.cac.psu.edu::mandrake-iso your-tree/Mandrake-iso
rsync -auv --partial --delete --exclude '.*' carroll.cac.psu.edu::mandrake-old your-tree/Mandrake-old

Mandrake那一行是网络安装的,也就是rawtree。
devel那一行就是cooker了。
iso就不用说了吧。
old是旧版本的存档。
 楼主| 发表于 2004-3-10 13:43:38 | 显示全部楼层
正在同步,但是速度很慢,而且不知道到底有多大
 楼主| 发表于 2004-3-10 13:49:45 | 显示全部楼层
有点怕怕,现在只有20G左右的硬盘空间, 不要告诉我装不下!!
发表于 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/
发表于 2004-3-10 15:17:11 | 显示全部楼层
好,不知道在linux下能不能做
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表