On 17 September 2015 at 01:17, luxInteg <[email protected]> wrote:

>
> I would be grateful for any advice  regarding kernel options ffom anyone
> who
> has successfully installed systemd-224 and has had  the usr/lib/tmpfiles.d
> files parsed without errors.
>
>
I never used systemd, but I use Gentoo and I see that there's a patch for
the kernel that adds some configuration switches to easily enable
everything needed by OpenRC or by systemd.

You can find it here:
https://dev.gentoo.org/~mpagano/genpatches/patches-4.2-1.htm

It's 4567_distro-Gentoo-Kconfig.patch, you can inspect it and see what
CONFIGs are enabled, or just use it for convenience.

For the lazy, hare's the list:

For OpenRC, runit and other script-based systems and managers:
    BINFMT_SCRIPT

For Udev:
    DEVTMPFS
    TMPFS
    MMU
    SHMEM

For systemd:
    AUTOFS4_FS
    BLK_DEV_BSG
    CGROUPS
    EPOLL
    FANOTIFY
    FHANDLE
    INOTIFY_USER
    NET
    NET_NS
    PROC_FS
    SIGNALFD
    SYSFS
    TIMERFD
    ANON_INODES
    BLOCK
    EVENTFD
    FSNOTIFY
    INET
    NLATTR


-- Emanuele Rusconi
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to