nixpkgs/modules/system
aszlig a333f7212e systemd: Fail if kernel features are missing.
This has rendered my system unbootable, because I forgot to enable AUTOFS4 in my
custom kernel. In addition to AUTOFS4, this includes (hopefully) all other
kernel features needed by systemd, as listed in the README:

REQUIREMENTS:
  Linux kernel >= 2.6.39
    with devtmpfs
    with cgroups (but it's OK to disable all controllers)
    optional but strongly recommended: autofs4, ipv6

Autofs4 is not a requirement here, but in our case it turns out that the system
is not able to boot properly with a LUKS-enabled system (or at least not on _my_
system).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-11-06 11:25:43 +01:00
..
activation Don't create /var/log/upstart 2012-10-26 16:22:18 +02:00
boot systemd: Fail if kernel features are missing. 2012-11-06 11:25:43 +01:00
etc Lowercase debug output 2012-10-04 21:44:45 -04:00
upstart Fix coverage data collection 2012-10-30 17:27:14 +01:00