nixpkgs/modules/system/boot
Eelco Dolstra bd7ea9be58 sysinit.target: Drop the dependency on local-fs.target and swap.target
Having all services with DefaultDependencies=yes depend on
local-fs.target is annoying, because some of those services might be
necessary to mount local filesystems.  For instance, Charon's
send-keys feature requires sshd to be running in order to receive LUKS
encryption keys, which in turn requires dhcpcd, and so on.  So we drop
this dependency (and swap.target as well for consistency).  If
services require a specific mount, they should use RequiresMountsFor
in any case.
2012-12-14 17:42:54 +01:00
..
loader Add a GRUB 1 dependency 2012-11-16 16:42:45 +01:00
kernel.nix Ignore systemd-modules-load errors 2012-10-12 17:39:06 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix systemd: Use the kernel modules from /run/booted-system 2012-08-14 17:09:44 -04:00
shutdown.nix Fix a hang during shutdown 2012-08-14 16:45:50 -04:00
stage-1-init.sh Merge remote-tracking branch 'origin/master' into systemd 2012-11-30 16:12:04 +01:00
stage-1.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
stage-2-init.sh Remove outdated comment about EC2 booting into stage-2 directly 2012-11-02 17:07:53 +01:00
stage-2.nix Set uniqueness constraint on boot.devShmSize etc. 2012-10-23 07:50:23 -04:00
systemd-unit-options.nix In the tests, don't start agetty on /dev/ttyS0 2012-10-29 21:10:00 +01:00
systemd.nix sysinit.target: Drop the dependency on local-fs.target and swap.target 2012-12-14 17:42:54 +01:00