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

Re: New boot floppies for potato!



Petr Cech wrote:
>
>I'm trying to compile boot-floppies. When I set the correct
>path to my mirror of Debian, make imediatly fails with
>Makefile:691: *** multiple target patterns.  Stop.
>
I'm compiling boot-floppies as well.  I don't know if this will help you,
but I'm maintaining a mini-mirror on my local system just for boot-floppies.
Since I don't want to mirror the whole archive, I am using the following to
selectively mirror packages required for boot-floppies.  I'm using the
default path so that boot-floppies can find the archives without any
modification.   Note that each paragraph is actually a single line.

Craig H. Block, Debian user.

# base
rsync -Lrtvz --delete --exclude "*2.0.36*" --exclude "*2.2.10*"
debian.midco.net::debian/dists/potato/main/binary-i386/base
/archive/debian/dists/potato/main/binary-i386

# shells
rsync -Lrtvz --delete --include "ash*" --exclude "*.deb"
debian.midco.net::debian/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"
debian.midco.net::debian/dists/potato/main/binary-i386/utils
/archive/debian/dists/potato/main/binary-i386

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

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

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

# admin
rsync -Lrtvz --delete --include "locales*" --exclude "*.deb"
debian.midco.net::debian/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"
debian.midco.net::debian/dists/potato/main/binary-i386/libs
/archive/debian/dists/potato/main/binary-i386

#tools
rsync -Lrtvz --delete debian.midco.net::debian/tools /archive/debian









Reply to: