summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2018-08-21 21:39:27 -0400
committerRobin Gloster <mail@glob.in>2018-08-28 17:12:49 +0200
commit94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9 (patch)
tree5607fda8ea37abcf44ae1b23ec211757a1ba3cd9 /nixos/modules/system/boot/stage-2-init.sh
parent69b4f427b67fe83ddb2bb3ee113770aa802e5643 (diff)
downloadnixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.gz
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.bz2
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.lz
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.xz
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.zst
nixpkgs-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.zip
systemd: ensure fsck Requires/After links are created in mount units
systemd-fsck-generator only produces these lines if it can find the
necessary fsck executable in its PATH.

fixes #29139.
Diffstat (limited to 'nixos/modules/system/boot/stage-2-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-2-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-2-init.sh b/nixos/modules/system/boot/stage-2-init.sh
index b83012dfda7..49764b75a55 100644
--- a/nixos/modules/system/boot/stage-2-init.sh
+++ b/nixos/modules/system/boot/stage-2-init.sh
@@ -159,6 +159,6 @@ exec {logOutFd}>&- {logErrFd}>&-
 
 # Start systemd.
 echo "starting systemd..."
-PATH=/run/current-system/systemd/lib/systemd \
+PATH=/run/current-system/systemd/lib/systemd:@fsPackagesPath@ \
     LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive \
     exec systemd