Am 11.07.2016 um 08:45 schrieb Marcus Schäfer:
>>> Testing the above image (from oSC16) some more, I've found that there is
>>> no serial console when selecting the rescue option. This appears to be
>>> because there is a huge set of command line options in /etc/default/grub
>>> GRUB_CMDLINE_LINUX_DEFAULT while GRUB_CMDLINE_LINUX is empty. The
>>> console= option should be in the latter instead.
>>>
>>> Also there is a root= option in ..._DEFAULT - we don't need to specify
>>> it here, it is duplicate.
>>>
>>> Are those Kiwi issues or JeOS issues?
>>
>> I'm fairly sure we're just using kiwi wrong :). Marcus?
> 
> kiwi just set
> 
>   GRUB_CMDLINE_LINUX_DEFAULT="$cmdline"
> 
> So whatever you have configured in your XML description as
> kernelcmdline will land here

Please use

GRUB_CMDLINE_LINUX="$cmdline"

instead then.

I guess filtering out the root= argument would be too much effort, and
it doesn't seem to hurt.

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to