mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 18:08:22 -04:00
flash.py,boot.py: use packages.flavours.get_profile_flavour(), add --profile option
This commit is contained in:
parent
c0b3b15260
commit
42d7a701fb
3 changed files with 18 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue