El mar 01 ene 2013 11:18:51 CLST, Jiri Slaby escribió:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 01/01/2013 02:18 AM, Cristian Rodríguez wrote:
+ --enable CONFIG_IPV6 \ + --enable CONFIG_AUTOFS4_FS \ ... + --enable CONFIG_NAMESPACES \
Oh, are these really needed for systemd to work properly?
autofs is used for mount parallelization, it will modprobe it anyway at early boot. namespaces are required indirectly, units files may use them. (particulary "mount" and "network" namespaces) ipv6 is used in the socket activation logic, however it will handle it if it is either disabled with ipv6.disable=1 or as module. I took this confessedly ugly approach of forcing the options at build time, because this options are not used consistently across the different configs but userspace runs the same units on every different target. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org