nixpkgs/nixos/modules/system/boot
danbst 3b0534310c mass replace "flip map -> foreach"
See `foreach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g'
```
2019-07-14 13:46:10 +03:00
..
loader mass replace "flip map -> foreach" 2019-07-14 13:46:10 +03:00
binfmt.nix nixos/binfmt: fixup 2019-05-10 22:53:14 -04:00
coredump.nix
emergency-mode.nix
grow-partition.nix
initrd-network.nix
initrd-ssh.nix
kernel.nix kernel.nix: boot.vesa implies nomodeset 2019-06-13 17:58:08 +02:00
kernel_config.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
kexec.nix nixos/kexec: log what's happening 2019-04-29 22:43:16 +02:00
luksroot.nix cryptsetup: enable kernel crypto api support again 2019-06-07 22:15:35 +02:00
modprobe.nix
networkd.nix Merge master into staging-next 2019-06-10 10:35:50 +02:00
pbkdf2-sha512.c
plymouth.nix
resolved.nix FIx some malformed XML in option descriptions 2019-05-13 09:15:17 +02:00
shutdown.nix
stage-1-init.sh Merge pull request #49537 from mayflower/stage1-symlink-fix 2019-04-18 17:59:08 +02:00
stage-1.nix nixos/stage-1: "find-libs" shell script is for the host 2019-04-18 15:02:51 +02:00
stage-2-init.sh
stage-2.nix
systemd-lib.nix
systemd-nspawn.nix
systemd-unit-options.nix
systemd.nix Merge master into staging-next 2019-06-15 08:17:58 +02:00
timesyncd.nix nixos/systemd: migrate systemd-timesync state when required 2019-06-03 15:05:19 +02:00
tmp.nix