"...flasher flash_rootfs" instead of "..._system"
Created by: ollieparanoid
New help output
$ pmbootstrap flasher -h
usage: pmbootstrap flasher [-h] [--method FLASH_METHOD]
{boot,flash_kernel,flash_rootfs,flash_system,sideload,list_flavors,list_devices}
...
positional arguments:
{boot,flash_kernel,flash_rootfs,flash_system,sideload,list_flavors,list_devices}
boot boot a kernel once
flash_kernel flash a kernel
flash_rootfs (flash_system)
flash the rootfs to a partition on the device
(partition layout does not get changed)
sideload sideload recovery zip
list_flavors list installed kernel flavors inside the device rootfs
chroot on this computer
list_devices show connected devices
optional arguments:
-h, --help show this help message and exit
--method FLASH_METHOD
override flash method
Details
- Change
pmbootstrap flasher flash_system
command topmbootstrap flasher flash_rootfs
- The old command still works, but all references have been changed to the new command
- Remove obsolete
pmbootstrap flasher export
(that was changed topmbootstrap export
a few months ago) - Update
README.md
and ZSH auto completion - Change the description of the generated rootfs image (not talking about a system image anymore, mention that it has subpartitions)
- Better description of
pmbootstrap flasher flash_rootfs --partition
Closes #1354 (closed).