nixpkgs/nixos/modules/system/boot
Evgeny Egorochkin b415876bdb systemd service: fix issues with escaping when unit name contains '-'
systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
2014-06-11 04:08:13 +03:00
..
loader grub: Allow setting the boot root explicitly 2014-05-01 10:56:55 -04:00
kernel.nix
kexec.nix
luksroot.nix
modprobe.nix
pbkdf2-sha512.c
readonly-mountpoint.c
shutdown.nix Don't run hwclock if /dev/rtc doesn't exist 2014-05-05 16:47:51 +02:00
stage-1-init.sh Make pseudo-filesystems show up as "tmpfs" etc. rather than "none" in df 2014-06-05 13:39:17 +02:00
stage-1.nix NixOS ISO: Don't use a unionfs for / 2014-05-21 15:55:50 +02:00
stage-2-init.sh Make pseudo-filesystems show up as "tmpfs" etc. rather than "none" in df 2014-06-05 13:39:17 +02:00
stage-2.nix
systemd-unit-options.nix
systemd.nix systemd service: fix issues with escaping when unit name contains '-' 2014-06-11 04:08:13 +03:00