Re: [yocto] meta-cedartrail - where is grub configured for 'install' option?

2013-01-11 Thread Darren Hart
On 01/11/2013 01:00 AM, Chris Tapp wrote: > BTW the change I need to make to the grub file is partially related - > the boot device is sda and the internal (install target) is sdb. Grub > gets configured to boot from sdb but the device is sda on a clean > boot. That is definitely a weakness in

Re: [yocto] meta-cedartrail - where is grub configured for 'install' option?

2013-01-11 Thread Chris Tapp
On 10 Jan 2013, at 17:15, Darren Hart wrote: > > > On 01/10/2013 12:09 AM, Chris Tapp wrote: >> Hi Darren, >> >> On 7 Jan 2013, at 16:44, Darren Hart wrote: >> >>> On 12/09/2012 01:39 PM, Chris Tapp wrote: I am trying to change the 'install' behaviour for the meta-cedartrail image

Re: [yocto] meta-cedartrail - where is grub configured for 'install' option?

2013-01-10 Thread Darren Hart
On 01/10/2013 12:09 AM, Chris Tapp wrote: > Hi Darren, > > On 7 Jan 2013, at 16:44, Darren Hart wrote: > >> On 12/09/2012 01:39 PM, Chris Tapp wrote: >>> I am trying to change the 'install' behaviour for the meta-cedartrail image >>> so that the installed system has a different grub.cfg file.

Re: [yocto] meta-cedartrail - where is grub configured for 'install' option?

2013-01-10 Thread Chris Tapp
Hi Darren, On 7 Jan 2013, at 16:44, Darren Hart wrote: > On 12/09/2012 01:39 PM, Chris Tapp wrote: >> I am trying to change the 'install' behaviour for the meta-cedartrail image >> so that the installed system has a different grub.cfg file. Is there a file >> I can bbappend to achieve this? >>

Re: [yocto] meta-cedartrail - where is grub configured for 'install' option?

2013-01-07 Thread Darren Hart
On 12/09/2012 01:39 PM, Chris Tapp wrote: > I am trying to change the 'install' behaviour for the meta-cedartrail image > so that the installed system has a different grub.cfg file. Is there a file I > can bbappend to achieve this? > > image_live.bbclass refers to the 'install' syslinux label

[yocto] meta-cedartrail - where is grub configured for 'install' option?

2012-12-09 Thread Chris Tapp
I am trying to change the 'install' behaviour for the meta-cedartrail image so that the installed system has a different grub.cfg file. Is there a file I can bbappend to achieve this? image_live.bbclass refers to the 'install' syslinux label that triggers the install, but I've not been able to