forked from Mirror/pmbootstrap
pmb.install._install: add option to not generate the image (MR 1914)
This commit is contained in:
parent
add39d1a57
commit
34c6f88691
2 changed files with 9 additions and 2 deletions
|
@ -512,6 +512,8 @@ def arguments():
|
|||
group.add_argument("--android-recovery-zip",
|
||||
help="generate TWRP flashable zip",
|
||||
action="store_true", dest="android_recovery_zip")
|
||||
group.add_argument("--no-image", help="do not generate the image",
|
||||
action="store_true", dest="no_image")
|
||||
install.add_argument("--rsync", help="update the sdcard using rsync,"
|
||||
" does not work with --fde", action="store_true")
|
||||
install.add_argument("--cipher", help="cryptsetup cipher used to"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue