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
|
@ -41,7 +41,7 @@ def symlinks(args, flavor, folder):
|
|||
"uInitrd-" + flavor: "Initramfs, legacy u-boot image format",
|
||||
"uImage-" + flavor: "Kernel, legacy u-boot image format",
|
||||
"vmlinuz-" + flavor: "Linux kernel",
|
||||
args.device + ".img": "System partition",
|
||||
args.device + ".img": "Rootfs with partitions for /boot and /",
|
||||
"pmos-" + args.device + ".zip": "Android recovery flashable zip",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue