nixpkgs/modules/system/boot
Eelco Dolstra 4475294f57 Fix a hang during shutdown
Subtle: dhcpcd.service would call resolvconf during shutdown, which in
turn would start invalidate-nscd.service, causing the shutdown to be
cancelled.  Instead, give nscd.service a proper reload action, and do
"systemctl reload --no-block nscd.service".  The --no-block is
necessary to prevent that command from waiting until a timeout occurs
(bug in systemd?).
2012-08-14 16:45:50 -04:00
..
loader install-grub.pl: Fix Xen support 2012-08-01 21:48:29 +02:00
kernel.nix Use systemd-modules-load.service to load required kernel modules 2012-08-06 16:52:08 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix Merge branch 'master' of github.com:NixOS/nixos into systemd 2012-07-16 17:27:11 -04:00
shutdown.nix Fix a hang during shutdown 2012-08-14 16:45:50 -04:00
stage-1-init.sh stage-1: Use systemd-udevd instead of the old udevd 2012-08-14 15:31:15 -04:00
stage-1.nix stage-1: Use systemd-udevd instead of the old udevd 2012-08-14 15:31:15 -04:00
stage-2-init.sh Fix a hang during shutdown 2012-08-14 16:45:50 -04:00
stage-2.nix stage-2-init: Drop udev from the $PATH 2012-08-10 18:41:20 -04:00
systemd-unit-options.nix Add a unitConfig option to set the [Unit] section of units 2012-08-10 18:56:12 -04:00
systemd.nix Add a unitConfig option to set the [Unit] section of units 2012-08-10 18:56:12 -04:00