nixos/systemd-stage-1: Fix fsck.xfs needing bash's sh symlink

This commit is contained in:
Will Fancher
2024-05-05 06:01:03 -04:00
parent e9be424599
commit 4871a4e0da
+2 -2
View File
@@ -473,8 +473,8 @@ in {
"${cfg.package.util-linux}/bin/umount"
"${cfg.package.util-linux}/bin/sulogin"
# required for script services
"${pkgs.runtimeShell}"
# required for script services, and some tools like xfs still want the sh symlink
"${pkgs.bash}/bin"
# so NSS can look up usernames
"${pkgs.glibc}/lib/libnss_files.so.2"