mkbootimage: install exbootimage tool
The package also has a tool for extracting boot images, but it wasn't installed.
This commit is contained in:
@@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook preInstall
|
||||
|
||||
install -Dm755 mkbootimage -t $out/bin
|
||||
install -Dm755 exbootimage -t $out/bin
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user