Comment 10 for bug 1044503

Revision history for this message
Scott Moser (smoser) wrote : Re: [Bug 1044503] Re: kernel command line is not easily customizable

On Fri, 12 Oct 2012, Scott Moser wrote:

> I just did an install where I hacked the cmdline of the
> ephemeral/commissioning and install via modifying
> config.commissioning.template and config.install.template
> I added 'console=ttyS1,115200'. Those parameters at least possibly should
> make it into the preseed data so that the install also gets them. At the
> moment that doesn't happen.

I just realized that per installer documentation anything after a '--'
will be copied to the installed system cmdline.
So, I could have (and have tested) that just adding:
 -- console=ttyS1,115200

will get that onto the installed system.