When I add a file with a trailing - (like /etc/passwd-) to rwtab, it is no longer mounted to tmpfs. This worked fine on Fedora 19, but does no longer on Fedora 20 with: initscripts-9.51-1
systemd.mount seems to use - as path delimiter. On files which contains - within the filename these are replaced by \x2d. But adding e.g. /etc/passwd\x2d did not help.
It still worked till initscripts.x86_64 0:9.50-1.fc20 so it must have been introduced in the latest changeset. Maybe with this one: - readonly-root: bind-mount only necessary subset of entries in rwtab
Created attachment 864497 [details] patch to address the problem do not check for possible duplicates on files, but for directories.
Is there any update on that? @Lukáš could you please integrate the above patch?
Hi Marcus, thanks, it's fixed in upstream now - https://git.fedorahosted.org/cgit/initscripts.git/commit/?id=32e8cbc1c91ada764ef4b5bb817b0c045d3fb3a4