diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-09-30 15:24:20 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-10-01 15:08:07 +0000 |
commit | ae90f2ebc5f48acb72d66fc7433dcad0c7e367df (patch) | |
tree | 73f342e22c3b0c65354dec9937d002adf6e8febc /util/liveiso | |
parent | 38c83c90b364bf946398c0a1cfa6ca58a431e07b (diff) |
util/liveiso: Install nvme-cli tool
nvme-cli is used to manage NVMe devices and it supports many vendors.
Also, it seems it's commonly used to do firmware updates.
Change-Id: I26a78867b01d3af0441827c5b25343a46d7ddea1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58056
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'util/liveiso')
-rw-r--r-- | util/liveiso/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix index 6c57dc333d..3961aba488 100644 --- a/util/liveiso/common.nix +++ b/util/liveiso/common.nix @@ -141,6 +141,7 @@ neovim nixos-install-tools ntfsprogs + nvme-cli openssl p7zip pacman |