forked from Mirror/pmbootstrap
Flavor instead of device name when creating recovery zip (#491)
* Flavor instead of device name when creating recovery zip. * Move parse_flavor_arg function
This commit is contained in:
parent
54d8010af1
commit
c6fe6e134a
4 changed files with 32 additions and 26 deletions
|
@ -192,6 +192,9 @@ def arguments():
|
|||
" added to the rootfs (e.g. 'vim,gcc')")
|
||||
install.add_argument("--no-fde", help="do not use full disk encryption",
|
||||
action="store_false", dest="full_disk_encryption")
|
||||
install.add_argument("--flavor",
|
||||
help="Specify kernel flavor to include in recovery"
|
||||
" flashable zip", default=None)
|
||||
install.add_argument("--android-recovery-zip",
|
||||
help="generate TWRP flashable zip",
|
||||
action="store_true", dest="android_recovery_zip")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue