Bug#580710: linux-base: elilo needs simpler assignments

2010-05-11 Thread Ben Hutchings
On Mon, 2010-05-10 at 21:51 -0600, dann frazier wrote: > On Tue, May 11, 2010 at 04:12:54AM +0100, Ben Hutchings wrote: > > On Sat, 2010-05-08 at 21:56 +0100, Ben Hutchings wrote: > > > On Fri, 2010-05-07 at 16:42 -0600, dann frazier wrote: > > > > Source: linux-2.6 > > > > Version: 2.6.32-12 > > >

Bug#580710: linux-base: elilo needs simpler assignments

2010-05-10 Thread dann frazier
On Tue, May 11, 2010 at 04:12:54AM +0100, Ben Hutchings wrote: > On Sat, 2010-05-08 at 21:56 +0100, Ben Hutchings wrote: > > On Fri, 2010-05-07 at 16:42 -0600, dann frazier wrote: > > > Source: linux-2.6 > > > Version: 2.6.32-12 > > > Severity: serious > > > Tags: patch > > > > > > /usr/sbin/elilo

Bug#580710: linux-base: elilo needs simpler assignments

2010-05-10 Thread Ben Hutchings
On Sat, 2010-05-08 at 21:56 +0100, Ben Hutchings wrote: > On Fri, 2010-05-07 at 16:42 -0600, dann frazier wrote: > > Source: linux-2.6 > > Version: 2.6.32-12 > > Severity: serious > > Tags: patch > > > > /usr/sbin/elilo didn't like the converted elilo.conf because it > > doesn't support quoted str

Bug#580710: linux-base: elilo needs simpler assignments

2010-05-08 Thread Ben Hutchings
On Fri, 2010-05-07 at 16:42 -0600, dann frazier wrote: > Source: linux-2.6 > Version: 2.6.32-12 > Severity: serious > Tags: patch > > /usr/sbin/elilo didn't like the converted elilo.conf because it > doesn't support quoted strings, or spaces around '='. Oops, when I read the code it looked like i

Bug#580710: linux-base: elilo needs simpler assignments

2010-05-07 Thread dann frazier
Source: linux-2.6 Version: 2.6.32-12 Severity: serious Tags: patch /usr/sbin/elilo didn't like the converted elilo.conf because it doesn't support quoted strings, or spaces around '='. Instead of: boot = "/dev/disk/by-uuid/9C73-E0C3" it needs: boot=/dev/disk/by-uuid/9C73-E0C3 The following p