forked from Mirror/pmbootstrap
pmb.*: various comment reformatting to assist with generating docs (MR 2266)
This commit is contained in:
parent
415e7364f4
commit
044d3b5a6a
43 changed files with 592 additions and 599 deletions
|
@ -35,7 +35,9 @@ def system_image(args):
|
|||
def create_second_storage(args):
|
||||
"""
|
||||
Generate a second storage image if it does not exist.
|
||||
|
||||
:returns: path to the image or None
|
||||
|
||||
"""
|
||||
path = f"{args.work}/chroot_native/home/pmos/rootfs/{args.device}-2nd.img"
|
||||
pmb.helpers.run.root(args, ["touch", path])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue