I'm just reviewing init scripts, and found something strange which may be a bug. In /etc/init.d/localmount:20 # Mount local filesystems in /etc/fstab. local types="noproc" x= no_netdev= for x in $net_fs_list $extra_net_fs_list; do types="${types},${x}" done it looks like _LOCAL_mount shouldn't mount network fs, so this line should be: types="${types},no${x}"
This was added in commit 19fa208, and will be part of openrc-0.12. Thanks for the patch.
That should have said 'thanks for the report'. :-)