Unverified Commit 44d7b6dd authored by Morgan Jones's avatar Morgan Jones
Browse files

k3s: use util-linuxMinimal

The full version of util-linux has systemd, NLS, and ncurses support.
k3s only uses a couple utilities from it at runtime, so use the minimal
version.
parent 727809f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ lib:
  sqlite,
  stdenv,
  systemd,
  util-linux,
  util-linuxMinimal,
  yq-go,
  zstd,
}:
@@ -377,7 +377,7 @@ buildGoModule rec {
    ipset
    bridge-utils
    ethtool
    util-linux # kubelet wants 'nsenter' from util-linux: https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-705994388
    util-linuxMinimal # kubelet wants 'nsenter' and 'mount' from util-linux: https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-705994388
    conntrack-tools
    runc
    bash