nixos/systemd-stage-1: Fix fsck.xfs needing bash's sh symlink
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user