forked from Mirror/pmbootstrap
"...flasher flash_rootfs" instead of "..._system" (#1373)
* Change `pmbootstrap flasher flash_system` command to `pmbootstrap 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 to `pmbootstrap 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`
This commit is contained in:
parent
b0c05436a9
commit
6bb8444fef
8 changed files with 33 additions and 31 deletions
|
@ -32,6 +32,7 @@ import pmb.config
|
|||
import pmb.chroot
|
||||
import pmb.chroot.initfs
|
||||
import pmb.chroot.other
|
||||
import pmb.export
|
||||
import pmb.flasher
|
||||
import pmb.helpers.logging
|
||||
import pmb.helpers.other
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue