nixos/tasks/filesystems: utillinux -> util-linux

master
ajs124 2021-05-17 14:47:57 +02:00
parent b900661f6e
commit 8e78793029
1 changed files with 1 additions and 1 deletions

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