mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-29 22:14:27 +02:00
Clarify magiskboot requirements for repacking img
This commit is contained in:
parent
310be7ab47
commit
53d7cbc11b
@ -41,7 +41,9 @@ Supported actions:
|
|||||||
|
|
||||||
repack [-n] <origbootimg> [outbootimg]
|
repack [-n] <origbootimg> [outbootimg]
|
||||||
Repack boot image components using files from the current directory
|
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.
|
||||||
<origbootimg> is the original boot image used to unpack the components.
|
<origbootimg> is the original boot image used to unpack the components.
|
||||||
By default, each component will be automatically compressed using its
|
By default, each component will be automatically compressed using its
|
||||||
corresponding format detected in <origbootimg>. If a component file
|
corresponding format detected in <origbootimg>. If a component file
|
||||||
|
@ -48,7 +48,9 @@ Supported actions:
|
|||||||
|
|
||||||
repack [-n] <origbootimg> [outbootimg]
|
repack [-n] <origbootimg> [outbootimg]
|
||||||
Repack boot image components using files from the current directory
|
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.
|
||||||
<origbootimg> is the original boot image used to unpack the components.
|
<origbootimg> is the original boot image used to unpack the components.
|
||||||
By default, each component will be automatically compressed using its
|
By default, each component will be automatically compressed using its
|
||||||
corresponding format detected in <origbootimg>. If a component file
|
corresponding format detected in <origbootimg>. If a component file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user