Re: [comments v2] Debian GNU/Linux 2.2r2 Released
On Tue, 5 Dec 2000, Anthony Towns wrote: > On Tue, Dec 05, 2000 at 11:34:05AM +0100, J.A. Bezemer wrote: > > One other note, if you're looking at pandora directly. I've made a Release > file that describes the current release and authenticates the Packages > files and so on, and an accompanying detached signature called Release.gpg. > This more or less matches the format used by Conectiva's patched apt, so > hopefully a future version of apt will be able to use it to authenticate > the release as a whole. > > This probably shouldn't be included on the CDs yet, since it won't match > the Packages files that get used for the CDs; and it probably shouldn't > be relied on too heavily, since they key I used to sign it is really at > about the end of its working life (and it's an RSA key too :). That file is dists/potato/Release, and AFAIK nothing from there is included except Contents-$ARCH.gz. Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdimage of debian2.2r2
On Tue, 5 Dec 2000, Attila Nagy wrote: > > ps: do you plan to release netinstcd with a newer kernel? :) Christoph Lameter has done some very nice work to produce CreditCard-size CD images automatically, available at http://openrock.net/tb/iso/. I don't know what kernel/boot-floppies version they use though. Christoph: what I would like very much is an even smaller image without any packages at all. (This is intended for the growing number of people with CD burner and fast net connection, to have a very easy install path booting from the CD and fetching everything else from the net. The base2_2.tgz should be on that small CD too.) Any chance you can produce a current-potato thing like that with your adjusted scripts? Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian-cd.deb for 2.2r2 ?
On Tue, 5 Dec 2000, Igor Mozetic wrote: > In http://www.debian.org/releases/stable/ I read: > > Building CD images > > People wishing to create CD images for 2.2r2 will need to use the > CVS version of 'debian-cd' and not the version currently installed in potato. > > Is there any deb around which can be used to create 2.2r2 images > without investigating CVS ? CVS is really very simple, only most people don't tell you that ;-) Check out http://cdimage.debian.org/ch32.html for the 4 cut'n'paste commands you need. Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: pool
On Tue, 5 Dec 2000, Antonio Rodriguez wrote: > Well, I am considering the possibility of using my work internet access > to create a mirror, and then hooking my machine to the mirror in disk to > transfer it to my potato system. My question is: What's the best way of > mirroring from a windows machine, may be rsync provided in the > pseudo-image kit for windows? But it seems to me that it will not > function. Any ideas? I think by now it would be possible to run an FTP mirror on a Windows machine, NT4 preferred (<=98,NT3 and >=2K probably would work too, but less stable). For that, you would need a reasonably complete Cygwin installation, see http://sources.redhat.com/cygwin/, and a "stock" rsync compiled under cygwin. The rsync as shipped with the Pseudo-Image Kit only works for single files, but the patch causing that is only necessary on W95. Then it would probably be possible to use the anonymous rsync mirroring script from http://www.debian.org/mirror/ftpmirror. But be sure to set CYGWIN=binmode from the DOS prompt before starting anything from Cygwin, or else you'll get ASCII-mode mirroring. If you have some working setup, I suppose [EMAIL PROTECTED] would be very interested to hear how you've done it ;-) Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to make a iso image of 2.2 r2
On Thu, 7 Dec 2000, Erling Ringen Elvsrud wrote: > I want to make a iso image of the non-us cd1 of debian 2.2 r2 with the > pseudo image kit. One step in the readme-file is to download the list file > but I can't find a list file for r2 on any mirror. Which of course means that there are no r2 images yet, as announced at http://cdimage.debian.org . Keep checking back there for the latest info. Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdimage of debian2.2r2
On Fri, 8 Dec 2000, J.A. Bezemer wrote: > > ps: do you plan to release netinstcd with a newer kernel? :) > > Christoph Lameter has done some very nice work to produce CreditCard-size CD > images automatically, available at http://openrock.net/tb/iso/. I don't know > what kernel/boot-floppies version they use though. I will get the stuff to work under 2.2r2 as soon as it arrives on my mirror. > Christoph: what I would like very much is an even smaller image without any > packages at all. (This is intended for the growing number of people with CD > burner and fast net connection, to have a very easy install path booting from > the CD and fetching everything else from the net. The base2_2.tgz should be on > that small CD too.) Any chance you can produce a current-potato thing like > that with your adjusted scripts? What you want is available from LinuxCare. Linux Business Card or something like that. The TelemetryBox distribution allows for a fully featured install using a Business card. Not only the base system but also apache, mysql, php etc etc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdimage of debian2.2r2
On Sat, 9 Dec 2000, J.A. Bezemer wrote: > I probably wasn't clear enough; I meant that there should be a ~30MB bootable > CD image available on several mirrors as a parallel alternative to > hand-picking and separately-downloading all needed files from disks-$ARCH/ to > get a first-time Debian install going. Your current ccimage seems to come > very close to that, but things like apache, mysql and php aren't needed for > that purpose. I suppose you have these packages listed somewhere; a ccimage > created with that list being empty would be exactly what we need, or at least > come very close. > > If you happen to have the time to create such a stripped-down ccimage, I would > be glad to mirror it in one or two places, and point to it from the > cdimage.debian.org webpages for people who want/need it. Its probably very easy to do if you get my customized stuff from http://openrock.net/tb/patch/debian-cd and http://openrock.net/tb/patch/boot-floppies and build your own version. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian-cd.deb for 2.2r2 ?
Hi - I tred your instructions from the webpage and after the [Blank Password] all I got was :- cvs [login aborted]: recv() from server cvs.debian.org: Connection reset by peer Any ideas ?? Regards Lance On Fri, 8 Dec 2000, J.A. Bezemer wrote: > > On Tue, 5 Dec 2000, Igor Mozetic wrote: > > > In http://www.debian.org/releases/stable/ I read: > > > > Building CD images > > > > People wishing to create CD images for 2.2r2 will need to use the > > CVS version of 'debian-cd' and not the version currently installed in potato. > > > > Is there any deb around which can be used to create 2.2r2 images > > without investigating CVS ? > > CVS is really very simple, only most people don't tell you that ;-) > Check out http://cdimage.debian.org/ch32.html for the 4 cut'n'paste > commands you need. > > > Regards, > Anne Bezemer > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: cdimage of debian2.2r2
On Fri, 8 Dec 2000, Christoph Lameter wrote: > On Fri, 8 Dec 2000, J.A. Bezemer wrote: > [...] > > Christoph: what I would like very much is an even smaller image without any > > packages at all. (This is intended for the growing number of people with CD > > burner and fast net connection, to have a very easy install path booting from > > the CD and fetching everything else from the net. The base2_2.tgz should be on > > that small CD too.) Any chance you can produce a current-potato thing like > > that with your adjusted scripts? > > What you want is available from LinuxCare. Linux Business Card or > something like that. > > The TelemetryBox distribution allows for a fully featured install using a > Business card. Not only the base system but also apache, mysql, php etc > etc. I probably wasn't clear enough; I meant that there should be a ~30MB bootable CD image available on several mirrors as a parallel alternative to hand-picking and separately-downloading all needed files from disks-$ARCH/ to get a first-time Debian install going. Your current ccimage seems to come very close to that, but things like apache, mysql and php aren't needed for that purpose. I suppose you have these packages listed somewhere; a ccimage created with that list being empty would be exactly what we need, or at least come very close. If you happen to have the time to create such a stripped-down ccimage, I would be glad to mirror it in one or two places, and point to it from the cdimage.debian.org webpages for people who want/need it. Regards, Anne Bezemer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]