flash.py,boot.py: use packages.flavours.get_profile_flavour(), add --profile option

This commit is contained in:
InsanePrawn 2022-09-17 19:05:54 +02:00
parent c0b3b15260
commit 42d7a701fb
3 changed files with 18 additions and 8 deletions

View file

@ -10,6 +10,8 @@ from config import config
from .pkgbuild import discover_pkgbuilds, get_pkgbuild_by_name, init_pkgbuilds, Pkgbuild
profile_option = click.option('-p', '--profile', help="name of the profile to use", required=False, default=None)
@dataclass
class Flavour: