[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Impending freeze and boot-floppies



Erik Andersen wrote:
> 
> I have to admit that I have never compiled dbootstrap. The boot floppies
> seem to require an almost complete local mirror of debian (I spent an
> hour or two trying to hand pick packages from the archive, and then gave
> up)... I guess I'll start mirroring now so hopefully when I get back
> from a date with my wife tonight I'll have enough of a mirror to make
> things go. Lets see, at about 32 kB/s over my DSL line...
> 
I'm using the attached script to mirror selected packages for building
boot-floppies.  I hope this helps.

-- 
Craig H. Block, Debian ia32 user (building CVS boot-floppies)
#! /bin/bash
# /root/bin/do_rsync: Synchronize local mirror

SERVER=saens.debian.org::debian/

# base
rsync -Lrtvz --delete --exclude "*2.0.36*" --exclude "*2.2.10*" "$SERVER"dists/potato/main/binary-i386/base /archive/debian/dists/potato/main/binary-i386

# shells
rsync -Lrtvz --delete --include "ash*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/shells /archive/debian/dists/potato/main/binary-i386

# utils
rsync -Lrtvz --delete --include "console*" --include "fdutils*" --include "kbd_*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/utils /archive/debian/dists/potato/main/binary-i386

# devel
rsync -Lrtvz --delete --include "get*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/devel /archive/debian/dists/potato/main/binary-i386

# net
rsync -Lrtvz --delete --include "telnet_*" --include "ftp_*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/net /archive/debian/dists/potato/main/binary-i386

# interpreters
rsync -Lrtvz --delete --include "perl-5.005_*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/interpreters /archive/debian/dists/potato/main/binary-i386

# admin
rsync -Lrtvz --delete --include "fbset*" --include "locales*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/admin /archive/debian/dists/potato/main/binary-i386

# libs
rsync -Lrtvz --delete --include "libpopt*" --include "gconv*" --include "libdb2.6_*" --include "libdb2_*" --exclude "*.deb" "$SERVER"dists/potato/main/binary-i386/libs /archive/debian/dists/potato/main/binary-i386

#tools
rsync -Lrtvz --delete "$SERVER"tools /archive/debian


Reply to: