forked from Mirror/pmbootstrap
Support --no-cgpt
Some people may use U-Boot instead of depthcharge and they don't want cgpt Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C168861285289.22824.11703157261469263638-0@git.sr.ht%3E
This commit is contained in:
parent
a3a82f623a
commit
047df10d57
2 changed files with 6 additions and 3 deletions
|
@ -79,6 +79,8 @@ def arguments_install(subparser):
|
|||
" installation - will be handled in PLAIN TEXT during"
|
||||
" install and may be logged to the logfile, do not use an"
|
||||
" important password!")
|
||||
ret.add_argument("--no-cgpt", help="do not use cgpt partition table",
|
||||
dest="install_cgpt", action="store_false", default=True)
|
||||
|
||||
# Image type
|
||||
group_desc = ret.add_argument_group(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue