Am 01.03.2013 17:37, schrieb Lennart Poettering:
> On Fri, 01.03.13 15:13, [email protected] ([email protected]) wrote:
> 
>> From: Harald Hoyer <[email protected]>
>>
>> If no "ro" or "rw" is specified on the kernel command line, mount root
>> read-only on /sysroot by default
> 
> This sounds good, in order to stay in sync with the initrd-less kernel
> logic. Please commit!
> 

committed.

Btw, strjoin() should really handle empty strings as the first argument.

strjoin(NULL, ",", "TEST") should result in "TEST" .. shouldn't it?

strjoin("", ",", "TEST") ?
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to