On Friday 2012-09-21 17:01, Claudio Freire wrote:
On Fri, Sep 21, 2012 at 5:34 AM, Michal Kubeček <mkubecek@suse.cz> wrote:
On Thursday 20 of September 2012 15:02EN, Frederic Crozat wrote:
build kernel with autofs4 built-in (systemd will modprobe it anyway, but we could save some boot time by not having to do so).
What I always liked on (Open)SuSE kernel is the modularity. If you don't use a device or a filesystem, you don't waste memory and time with its driver as it is built as a module. Building something like autofs hard into the image would go exactly against this philosophy.
Not really, if systemd will modprobe it at early boot, not having statically linked is just a waste of time.
Speaking of waste of time: Can systemd be taught not to spend time on binfmt_misc? Because that's the _only_ autofs user on my 12.2. 15:05 nakamura:~ # lsmod | grep autof autofs4 32754 2 15:05 nakamura:~ # grep autof /proc/self/mounts systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=27,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0 With that eventually gone, I certainly don't want autofs builtin. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org