diff --git a/docs/tools.md b/docs/tools.md index 6900c7e5298f..b32c00e55119 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -41,7 +41,9 @@ Supported actions: repack [-n] [outbootimg] Repack boot image components using files from the current directory - to [outbootimg], or 'new-boot.img' if not specified. + to [outbootimg], or 'new-boot.img' if not specified. Current directory + should only contain required files for [outbootimg], or incorrect + [outbootimg] may be produced. is the original boot image used to unpack the components. By default, each component will be automatically compressed using its corresponding format detected in . If a component file diff --git a/native/src/boot/main.cpp b/native/src/boot/main.cpp index 2cd68efe3b97..9859f3e1f18b 100644 --- a/native/src/boot/main.cpp +++ b/native/src/boot/main.cpp @@ -48,7 +48,9 @@ Supported actions: repack [-n] [outbootimg] Repack boot image components using files from the current directory - to [outbootimg], or 'new-boot.img' if not specified. + to [outbootimg], or 'new-boot.img' if not specified. Current directory + should only contain required files for [outbootimg], or incorrect + [outbootimg] may be produced. is the original boot image used to unpack the components. By default, each component will be automatically compressed using its corresponding format detected in . If a component file