← Back to team overview

maas-devel team mailing list archive

Re: Passing kernel params to Curtin?

 

On Thursday 30 Jan 2014 11:26:33 Scott Moser wrote:
> On Thu, 30 Jan 2014, Andres Rodriguez wrote:
> > Hi Scott,
> > 
> > The way d-i does it is like:
> > 
> > d-i debian-installer/add-kernel-opts string
> > 
> > So I don't know whether curtin will.
> 
> so there is no way to that.  The behavior present (which seems sufficient
> in most cases) is to copy any params from the booted kernel that come
> after a '--'.  If there is no '--', it will copy off 'console=' parameters
> also.
> 
> Is there a reason you'd boot the installer with one set of parameters but
> need additional ones for the installed system? I'm sure there are some,
> but generally think that using the same set in both cases would work
> right.
> 
> all that said, it can be added as a feature to curtin.

No, I'm perfectly happy (for now at least) to make the installed OS with the 
same params as were used when PXE booting.

Are you saying this is Curtin's default behaviour?

cheers.


References