forked from Mirror/pmbootstrap
s/system partition/rootfs: fix remaining mentions
Follow-up to !1373, where `pmbootstrap flasher flash_system` was replaced with `pmbootstrap flasher flash_rootfs`. We still had used terms like "system partition" in a lot of places. This commit replaces it everywhere, so it's clear that we're talking about the pmOS rootfs (which may or may not be installed to Android's system partition).
This commit is contained in:
parent
cca5c9aa30
commit
0d7802d7ef
11 changed files with 32 additions and 32 deletions
|
@ -108,7 +108,7 @@ class Qemu(object):
|
|||
pmb.chroot.apk.install(args, ["openssh-client"])
|
||||
ssh_create_askpass_script(args)
|
||||
|
||||
# Create and run system image
|
||||
# Create and run rootfs
|
||||
pmbootstrap_yes(args, config, ["install", "--no-fde"])
|
||||
self.process = pmbootstrap_run(args, config, ["qemu", "--display",
|
||||
"none"], "background")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue