Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Eduard Bloch
#include Herbert Xu wrote on Thu Aug 09, 2001 um 07:33:53AM: > >> fs-type. I suggest to drop msdos support from the kernel (or compile as > >> module, since sometimes needed) and use vfat instead: > > > Indeed an interesting request. Herbert, any comments? > > I'm happy to do it if that's wha

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Herbert Xu
Adam Di Carlo <[EMAIL PROTECTED]> wrote: >> This may be interessting for Herbert Xu too. Why do we use "msdos" as >> the default DOS-like filesystem in the kernel? It doesn't support long >> filenames, and when built-in, it is used first while auto-detecting >> fs-type. I suggest to drop msdos su

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Eduard Bloch
#include Marcin Owsiany wrote on Wed Aug 08, 2001 um 10:16:26PM: > > No, it returns -1 for error, 1 for match, and 0 for no match. > > No, Eduard was right Wrong. > DESCRIPTION >The strcmp() function compares the two strings s1 and s2. Yes, but I did not have a closer look at is_f

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Marcin Owsiany
On Wed, Aug 08, 2001 at 11:09:52AM -0400, Adam Di Carlo wrote: > > No, it returns -1 for error, 1 for match, and 0 for no match. No, Eduard was right DESCRIPTION The strcmp() function compares the two strings s1 and s2. It returns an integer less than, equal to, or greater than

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Eduard Bloch
#include Adam Di Carlo wrote on Tue Aug 07, 2001 um 11:31:52AM: > boot-floppies (3.0.9) unstable; urgency=low > In addition, some thinks I would like to change (some extracted changes from my ext3 BF set): Why this '[^a-zA-Z]'? This make the script ignore my "-Custom*" version of the kernel:

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Herbert Xu
On Wed, Aug 08, 2001 at 10:27:00AM +0100, Richard Hirst wrote: > > Oh, it is already there as #106062, thanks to Herbert. Actually it was Anthony who filed the bug report. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: htt

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Richard Hirst
On Wed, Aug 08, 2001 at 10:17:31AM +0100, Richard Hirst wrote: > On Wed, Aug 08, 2001 at 07:49:26AM +1000, Herbert Xu wrote: > > Matt Kraai <[EMAIL PROTECTED]> wrote: > > > > > local: 3: bad variable name > > > > Sounds like a problem with missing quotes, e.g., > > > > local f=$(echo a b) > >

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-08 Thread Richard Hirst
On Wed, Aug 08, 2001 at 07:49:26AM +1000, Herbert Xu wrote: > Matt Kraai <[EMAIL PROTECTED]> wrote: > > > local: 3: bad variable name > > Sounds like a problem with missing quotes, e.g., > > local f=$(echo a b) > > instead of > > local f="$(echo a b)" Yeah, debootstrap bug referenced on bug

Re: woody boot-floppies 3.0.9 i386 for testing

2001-08-07 Thread Herbert Xu
Matt Kraai <[EMAIL PROTECTED]> wrote: > local: 3: bad variable name Sounds like a problem with missing quotes, e.g., local f=$(echo a b) instead of local f="$(echo a b)" -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: ht