mkbootimage: install exbootimage tool

The package also has a tool for extracting boot images, but it wasn't
installed.
This commit is contained in:
Matt Votava
2025-01-29 19:45:09 -08:00
parent ceae23d250
commit 475dfe1b55
+1
View File
@@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook preInstall
install -Dm755 mkbootimage -t $out/bin
install -Dm755 exbootimage -t $out/bin
runHook postInstall
'';