← Back to team overview

ubuntu-phone team mailing list archive

patch to fix the kernel cmdline handling

 

hi,

at http://paste.ubuntu.com/5939625/ is a patch that makes sure the
kernel cmdline string is appended (instead of prepending it) to the
bootloader args, this way we can put "console=tty1" into the kernel
cdmline string and have it override the "console=ram" the bootloader
sets by default.
 
using:

CONFIG_CMDLINE_EXTEND=y
CONFIG_CMDLINE="console=tty1"

in cyanogenmod_i9100_defconfig with the patch will make recovery work
again and let us boot into the flipped container without having to use
something hardcoded.

i'm CCing the mailing list since i can imagine that other samsung
devices might have similar issues with hardcoded cmdlines in the
bootloader.

ciao
	oli

Attachment: signature.asc
Description: This is a digitally signed message part


Follow ups