1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
kernel.nix
kexec.nix
luksroot.nix
modprobe.nix
pbkdf2-sha512.c
readonly-mountpoint.c
shutdown.nix
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
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