Merge pull request #123360 from helsinki-systems/tasks_filesystems_utillinux

nixos/tasks/filesystems: utillinux -> util-linux
This commit is contained in:
Florian Klink 2021-05-17 15:09:31 +02:00 committed by GitHub
commit 036a962956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,7 @@ in
"mount-pstore" = {
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.utillinux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
ExecStart = "${pkgs.util-linux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
ExecStartPost = pkgs.writeShellScript "wait-for-pstore.sh" ''
set -eu
TRIES=0