mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
treewide: rename _system to _rootfs in various places
A long time ago we renamed the flash_system action into flash_rootfs. Since we still kept some variables around, it's finally time to clean that up. Keep backwards compatibility for now since we cannot update pmaports at the same time since the new deviceinfo names won't be supported in older pmbootstrap versions. Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230605220329.14328-3-luca@z3ntu.xyz%3E
This commit is contained in:
parent
dec5f00220
commit
b8d5b9e4e5
5 changed files with 29 additions and 21 deletions
|
@ -256,7 +256,7 @@ def arguments_flasher(subparser):
|
|||
" changed)")
|
||||
flash_rootfs.add_argument("--partition", default=None,
|
||||
help="partition to flash the rootfs to (defaults"
|
||||
" to deviceinfo_flash_*_partition_system,"
|
||||
" to deviceinfo_flash_*_partition_rootfs,"
|
||||
" 'userdata' on Android may have more"
|
||||
" space)")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue