Replacing ae

2001-01-02 Thread Erik Andersen
Having carefully looked over nano-tiny ('apt-get install nano-tiny' for the curious) I propose we immediately throw ae out of the boot-floppies and use nano-tiny instead. It is already linked vs slang so there are no library problems. It _is slightly_ bigger. On x86 it adds 16k. That is a pric

Re: Improving installer?

2001-01-02 Thread Eduard Bloch
#include Juhana Sadeharju wrote on Thu Dec 28, 2000 um 09:33:43PM: > I feel getting the boot menu working as displayed above would help a lot > the users (expert or not). That are all good points, we should care more about it! What about the Stormix distribution? I installed their latest storm2

debian-boot@lists.debian.org

2001-01-02 Thread Tollef Fog Heen
* Gergely Risko | Hello! | | I wanted to commit your changes, but it broke also cdebconf and anna if I | probed fakeroot debian/rules binary, I think you didn't modified debian/rules | as it is needed. Or am I bad, and it is not a problem? You are right - patch attached for cdebconf. Joey Hes

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > | > I think the patch is pretty self-explanatory. It adds proxy support | > for wget, and additionally, it _requires_ the user to input hostname | > and directory. | > | > Could somebody review it and apply (I'm in the NM queue and don't have an | > ac

debian-boot@lists.debian.org

2001-01-02 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > Anna also should support zlib now, should be autodetected. | | Anna doesn't need zlib. Uncompressed Packages files will be available, | and the file are not big enough for compression to make much of a | difference. Ok, I thought it said something like

Re: proxy support for wget retriever

2001-01-02 Thread Erik Andersen
On Tue Jan 02, 2001 at 11:00:49AM +0100, Tollef Fog Heen wrote: > * Joey Hess > > | Tollef Fog Heen wrote: > | > > | > I think the patch is pretty self-explanatory. It adds proxy support > | > for wget, and additionally, it _requires_ the user to input hostname > | > and directory. > | > > |

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Erik Andersen | On Tue Jan 02, 2001 at 11:00:49AM +0100, Tollef Fog Heen wrote: | > * Joey Hess | > | > | Tollef Fog Heen wrote: | > | > | > | > I think the patch is pretty self-explanatory. It adds proxy support | > | > for wget, and additionally, it _requires_ the user to input hostname

Re: proxy support for wget retriever

2001-01-02 Thread Erik Andersen
On Tue Jan 02, 2001 at 12:16:57PM +0100, Tollef Fog Heen wrote: > | If you can show me where it should give an error, I'll > | add it right in... > > Imho, it should require to get a hostname, and a directory. My Hmm. I'm not sure I understand. Assuming you are talking about the URL wget is a

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Erik Andersen | On Tue Jan 02, 2001 at 12:16:57PM +0100, Tollef Fog Heen wrote: | > | If you can show me where it should give an error, I'll | > | add it right in... | > | > Imho, it should require to get a hostname, and a directory. My | | Hmm. I'm not sure I understand. Assuming you are

Re: Improving installer?

2001-01-02 Thread Arthur Korn
Hi Eduard Bloch schrieb: > Additionaly, the Stormix Package Manager seems to be a good replacement > for dselect on X11. It's already there: 13:04:08 arthur@turing:~$ apt-cache search stormpkg stormpkg - Storm Package Manager ciao, 2ri -- "I didn't know it was impossible when I did it." --

Bug#80325: WG: Bug#80325: Installer misreports partition numbers

2001-01-02 Thread Blankenhorn Thomas
> Hi Adam, > > I will check out the kernel flavor as soon as I get home from work, and I'll mail >you tomorrow morning. Meanwhile, I can only tell you that I was trying to install >Debian with the rescue.bin and root.bin floppy images in the directory >Debian2.2r2/main/disks-i386/2.2.20.0.1-

Bug#80325: AW: Bug#80325: Installer misreports partition numbers

2001-01-02 Thread Blankenhorn Thomas
Hi Adam, > Anyway, I can see two problems here: > 1. The installer gets the partition numbers wrong, which it shouldn't. > 2. The choices presented in menus like 'initialize a swap partition' or > 'mount a previously initialized Linux partition' cannot be edited,

Re: ReiserFS boot floppies for Potato

2001-01-02 Thread Gordon Matzigkeit
> John H Robinson, IV writes: JR> applogies to Gordon Matzigkeit <[EMAIL PROTECTED]>, the official JR> grub maintainer. i had to change some of the source code in the JR> grub-install script to get around some busybox's JR> shortcomings. bug reports against busybox will be forthcoming. T

Bug#80862: boot-floppies: I can't mount an NFS share as my root fs

2001-01-02 Thread idalton
On Mon, Jan 01, 2001 at 10:50:06PM +0100, Goswin Brederlow wrote: > > " " == idalton <[EMAIL PROTECTED]> writes: > > > On Mon, Jan 01, 2001 at 04:03:44AM -0500, Adam Di Carlo wrote: > >> <[EMAIL PROTECTED]> writes: > >> > >> > Package: boot-floppies > Version: 2.2.20.0.1 >

Re: regarding potato images

2001-01-02 Thread Adam Di Carlo
Jim Westveer <[EMAIL PROTECTED]> writes: > On 01-Jan-2001 Adam Di Carlo wrote: > > Um, I thought it went like this for i386: > > > > CD#1: vanilla kernel > > CD#2: compact > > CD#3: idepci > > #1 & #2 correct, for potato, i386, CD#3 has no boot blocks. > It (CD#3) probably should be modified

Bug#81084: boot-floppies: busybox's grep fail's to parse a legal regular expression properly

2001-01-02 Thread jaqque
Package: boot-floppies Version: 2.2.17 Severity: normal certain RE's will fail to be matched. this is not an exhaustive list, and i was unable to find a test suite to test all sorts of RE's. to reproduce: % cat grep-test 1/3 yes 0 spaces hi 2/3 yes 2 spaces hi no illegal character (*) h

Bug#81084: boot-floppies: busybox's grep fail's to parse a legal regular expression properly

2001-01-02 Thread John H. Robinson, IV
On Tue, Jan 02, 2001 at 07:44:36PM -, [EMAIL PROTECTED] wrote: the reply address should be <[EMAIL PROTECTED]> -john -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: proxy support for wget retriever

2001-01-02 Thread Joey Hess
Tollef Fog Heen wrote: > Shouldn't the retriever be persistent and requiring a hostname and a > directory? You need to read up on how debconf works. The "persistance" you are advocating == an infinite loop. GET commands always return the same vale, which was already input earlier. Move over to c

Bug#81084: boot-floppies: busybox's grep fail's to parse a legal regular expression properly

2001-01-02 Thread Matt Kraai
On Tue, Jan 02, 2001 at 07:44:36PM -, [EMAIL PROTECTED] wrote: > certain RE's will fail to be matched. this is not an exhaustive list, > and i was unable to find a test suite to test all sorts of RE's. This problem appears to be fixed in the latest version of busybox, 0.48. The version inclu

Re: ReiserFS boot floppies for Potato

2001-01-02 Thread John H. Robinson, IV
On Mon, Jan 01, 2001 at 07:34:35PM -0800, John H. Robinson, IV wrote: > i have not written up any HTML documentation yet. http://chao.ucsd.edu/debian/boot-floppies/ now i have. -john -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#81084: boot-floppies: busybox's grep fail's to parse a legal regular expression properly

2001-01-02 Thread Erik Andersen
On Tue Jan 02, 2001 at 12:38:11PM -0800, Matt Kraai wrote: > On Tue, Jan 02, 2001 at 07:44:36PM -, [EMAIL PROTECTED] wrote: > > certain RE's will fail to be matched. this is not an exhaustive list, > > and i was unable to find a test suite to test all sorts of RE's. > > This problem appears t

Bug#80862: boot-floppies: I can't mount an NFS share as my root fs

2001-01-02 Thread Adam Di Carlo
[EMAIL PROTECTED] writes: > Could NFS be fitted into compact's kernel? I dunno. This request should take the form of a wishlist against the compact kernel (kernel-image-2.2.18pre21-compact I think). Is there any remaining bug here for boot-floppies? -- .Adam Di [EMAIL PROTECTED]http://ww

library reducation with woody

2001-01-02 Thread Joey Hess
I've been playing around on a woody box, trying to get library reduction to work in the d-i demo system. I needed the following patch to make it find libc6-pic stuff at all: --- mklibs.sh Tue Jan 2 16:11:17 2001 +++ mklibs.sh~ Tue Jan 2 16:10:06 2001 @@ -520,7 +520,7 @@ echo `find-files

Bug#79734: etc/fstab is in unicode

2001-01-02 Thread Marcin Owsiany
On Sun, Dec 31, 2000 at 04:17:22AM -0500, Adam Di Carlo wrote: > Marcin Owsiany <[EMAIL PROTECTED]> writes: > > > /etc/fstab (and possibly any other file whose template is a > > message in dbootstrap) is in UTF-8 > > > > Maybe these should be kept in separate files? > > Uh, probaby these files

upx

2001-01-02 Thread Joey Hess
Upx is an executable file compressor. The interesting thing in relation to the b-f or d-i is that it can compress bzimage linux kernels. The kernel is still bootable, and a coworker shaved 100k off the size of an existing bzimage (even though it was already compressed). http://wildsau.idv.uni-lin

Re: upx

2001-01-02 Thread Tal Danzig
On Tue, Jan 02, 2001 at 07:23:18PM -0800, Joey Hess wrote: > Upx is an executable file compressor. The interesting thing in relation > to the b-f or d-i is that it can compress bzimage linux kernels. The > kernel is still bootable, and a coworker shaved 100k off the size of an > existing bzimage (

Re: upx

2001-01-02 Thread I.M.J. Kamps
Wednesday, January 03, 2001, 4:23:18 AM, you wrote: JH> Upx is an executable file compressor. The interesting thing in relation JH> to the b-f or d-i is that it can compress bzimage linux kernels. The JH> kernel is still bootable, and a coworker shaved 100k off the size of an JH> existing bzimage

Re[2]: upx

2001-01-02 Thread I.M.J. Kamps
Wednesday, January 03, 2001, 5:53:14 AM, you wrote: IMJK> Wednesday, January 03, 2001, 4:23:18 AM, you wrote: JH>> Upx is an executable file compressor. The interesting thing in relation JH>> to the b-f or d-i is that it can compress bzimage linux kernels. The JH>> kernel is still bootable, and

Debian Boot CVS: dwhedon

2001-01-02 Thread Debian Boot CVS Master
CVSROOT:/cvs/debian-boot Module name:debian-installer Changes by: dwhedon 01/01/02 22:54:12 Modified files: tools/ddetect : Makefile TODO ethdetect.c ethdetect.h lst2header.c utils.c tools/ddetect/debian: changelog ethdetect.templates

Debian Boot CVS: dwhedon

2001-01-02 Thread Debian Boot CVS Master
CVSROOT:/cvs/debian-boot Module name:debian-installer Changes by: dwhedon 01/01/02 23:00:56 Modified files: tools/netcfg : TODO utils.c Log message: updates -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Bug#80862: boot-floppies: I can't mount an NFS share as my root fs

2001-01-02 Thread idalton
On Tue, Jan 02, 2001 at 06:36:55PM -0500, Adam Di Carlo wrote: > [EMAIL PROTECTED] writes: > > > Could NFS be fitted into compact's kernel? > > I dunno. This request should take the form of a wishlist against the > compact kernel (kernel-image-2.2.18pre21-compact I think). > > Is there any rem

Re: disposition of boot-floppies in woody

2001-01-02 Thread Anthony Towns
On Sat, Dec 30, 2000 at 01:48:00PM -0500, Adam Di Carlo wrote: > Anthony Towns claimed on debian-devel that it would take us "a few > months" to prepare boot-floppies for woody. I think it can be done by > Feb. Well, I have no complaints if you get things done earlier, of course :) > I don't t