forked from Mirror/pmbootstrap
aportgen: fix fork_alpine flag (MR 2252)
Broke during rework Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
34ee1cff69
commit
d8d55c3e52
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ from pmb.core.context import get_context
|
|||
from pmb.types import PmbArgs
|
||||
|
||||
|
||||
def variables(args: PmbArgs, flavor, method):
|
||||
def variables(args: PmbArgs, flavor: str, method: str):
|
||||
device = get_context().config.device
|
||||
deviceinfo = pmb.parse.deviceinfo()
|
||||
_cmdline = deviceinfo.kernel_cmdline or ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue