[systemd-devel] [PATCH] fstab-generator: default to "ro"

Harald Hoyer harald at redhat.com
Fri Mar 1 08:56:26 PST 2013


Am 01.03.2013 17:37, schrieb Lennart Poettering:
> On Fri, 01.03.13 15:13, harald at redhat.com (harald at redhat.com) wrote:
> 
>> From: Harald Hoyer <harald at redhat.com>
>>
>> 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") ?


More information about the systemd-devel mailing list