forked from Mirror/pmbootstrap
commands: move shutdown command to pmb/commands (MR 2252)
Another one bites the dust Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
a99ae02068
commit
656ff3f5bb
3 changed files with 17 additions and 5 deletions
|
@ -547,10 +547,6 @@ def qemu(args: PmbArgs):
|
|||
pmb.qemu.run(args)
|
||||
|
||||
|
||||
def shutdown(args: PmbArgs):
|
||||
pmb.chroot.shutdown(args)
|
||||
|
||||
|
||||
def stats(args: PmbArgs):
|
||||
# Chroot suffix
|
||||
chroot = Chroot.native()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue