[OE-core] [PATCH 1/1] nfs-utils: fix to start nfs-server correctly in systemd

2015-07-08 Thread Chen Qi
1. Change RRECOMMENDS to RDEPENDS for kernel-module-nfsd because this kernel module is a necessity for nfs server. 2. Add proc-fs-nfsd.mount systemd unit file because it's needed for nfs server to start correctly. After this change, in a systemd based image, we can use `systemctl start

Re: [OE-core] [PATCH 1/1] nfs-utils: fix to start nfs-server correctly in systemd

2015-07-08 Thread Mike Looijmans
On 08-07-15 10:07, Chen Qi wrote: 1. Change RRECOMMENDS to RDEPENDS for kernel-module-nfsd because this kernel module is a necessity for nfs server. No it is not! Like any kernel module, it can be built in, and then there will be no such package, and the package becomes uninstallable.