Re: Changing the file linux to linux.bin

2002-03-10 Thread Chris Tillman
For syslinux.cfg, I think we should also include a new label 'linux' which just does the default, some people will want to type linux (and it may be in some docs too). Also, I removed the second ifdef. It was confusing, applied to the wrong label, and wasn't applied to all the labels it should

Re: Changing the file linux to linux.bin

2002-03-09 Thread Chris Tillman
On Sat, Mar 09, 2002 at 01:26:31PM -0800, David Kimdon wrote: > testing i386 I noticed we need this, otherwise when I hit return at > the syslinux prompt I get: > > "Can't load linux" > > or something. > > > --- syslinux.cfg.tillman Sat Mar 9 13:18:23 2002 > +++ syslinux.cfg Sat Mar

Re: Changing the file linux to linux.bin

2002-03-09 Thread David Kimdon
testing i386 I noticed we need this, otherwise when I hit return at the syslinux prompt I get: "Can't load linux" or something. --- syslinux.cfg.tillmanSat Mar 9 13:18:23 2002 +++ syslinux.cfgSat Mar 9 13:18:41 2002 @@ -1,5 +1,5 @@ # see /usr/doc/syslinux/syslinux.doc.gz for

Re: Changing the file linux to linux.bin

2002-03-09 Thread Chris Tillman
On Fri, Mar 08, 2002 at 10:02:30PM -0700, Chris Tillman wrote: > Here's an updated effort. I also went into the makefiles and changed > our targets to linux*.bin, to match the philosophy already used for > root*.bin and rescue*.bin. This makes everything more parallel and > maybe a little more

Re: Changing the file linux to linux.bin

2002-03-08 Thread Chris Tillman
Here's an updated effort. I also went into the makefiles and changed our targets to linux*.bin, to match the philosophy already used for root*.bin and rescue*.bin. This makes everything more parallel and maybe a little more readable, still ending up with the desired result. I split the diff in

Re: Changing the file linux to linux.bin

2002-03-08 Thread Chris Tillman
On Fri, Mar 08, 2002 at 03:00:36PM +, Richard Hirst wrote: > On Thu, Mar 07, 2002 at 08:45:31PM -0700, Chris Tillman wrote: > > I've attached a patch for changing the 'linux' file throughout > > boot-floppies to 'linux.bin', per James Treacy's request a couple of > > weeks ago. This is a glo

Re: Changing the file linux to linux.bin

2002-03-08 Thread Richard Hirst
On Thu, Mar 07, 2002 at 08:45:31PM -0700, Chris Tillman wrote: > I've attached a patch for changing the 'linux' file throughout > boot-floppies to 'linux.bin', per James Treacy's request a couple of > weeks ago. This is a global change, including scripts, docs, and > messages. -mv $releas

Re: Changing the file linux to linux.bin

2002-03-08 Thread Chris Tillman
On Fri, Mar 08, 2002 at 10:42:15AM +, Phil Blundell wrote: > On Fri, 2002-03-08 at 03:45, Chris Tillman wrote: > > I've spent several hours constructing and proofing, and I'm confident > > this will do exactly what we want, without affecting other instances > > of linux in the code/docs/mess

Re: Changing the file linux to linux.bin

2002-03-08 Thread Phil Blundell
On Fri, 2002-03-08 at 03:45, Chris Tillman wrote: > I've spent several hours constructing and proofing, and I'm confident > this will do exactly what we want, without affecting other instances > of linux in the code/docs/messages. But please sample it in the next > day or two to see if you agre

Changing the file linux to linux.bin

2002-03-07 Thread Chris Tillman
I've attached a patch for changing the 'linux' file throughout boot-floppies to 'linux.bin', per James Treacy's request a couple of weeks ago. This is a global change, including scripts, docs, and messages. I've spent several hours constructing and proofing, and I'm confident this will do ex