nixos/systemd-initrd: Fix fsck.xfs failing due to missing sh (#420745)
This commit is contained in:
@@ -532,7 +532,7 @@ in
|
||||
# required for services generated with writeShellScript and friends
|
||||
pkgs.runtimeShell
|
||||
# some tools like xfs still want the sh symlink
|
||||
"${pkgs.bash}/bin"
|
||||
"${pkgs.bashNonInteractive}/bin"
|
||||
|
||||
# so NSS can look up usernames
|
||||
"${pkgs.glibc}/lib/libnss_files.so.2"
|
||||
|
||||
Reference in New Issue
Block a user