| Kenshi Muto 2005-03-05, 8:47 pm |
| Hi,
At Sat, 05 Mar 2005 19:59:27 +0100,
Frank K=FCster wrote:
>=20
> While I only read it back then, I wanted to actually do the stuff
> described in the cheat sheet. However, it mentions the command
> "debootstrap-farm". I can't find anything about it. What is changed in
> this command, compared to standard debootstrap?
debootstrap-farm is included in unofficial buildd-farm package, on
volatile.debian.net.
This command is the wrapper of debootstrap, just does:
----
#! /bin/bash +e
debootstrap $*
if [ "$1" =3D=3D "--variant=3Dbuildd" ]; then
echo "adding extra directories"
install -d $3/var/debbuild/srcdep-lock -o buildd
install -d $3/build/buildd -m 777
cp /etc/passwd $3/etc/
fi
----
I wrote a note on http://kmuto.jp/open.cgi?buildd
This note is not perfect and has funny English :-), but will help you.
(BTW I tried to queue tetex-bin with manual installed tetex-base yesterday,=
but
it goes strange infinite loop. I'll send a report to BTS later.)
Thanks,
--=20
Kenshi Muto
kmuto@debian.org
|