mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
constants: split up BASE_PACKAGES into kupfer-specific and base-distro packages
This commit is contained in:
parent
8b504142de
commit
c1afc5bb27
1 changed files with 5 additions and 2 deletions
|
@ -22,9 +22,12 @@ BOOT_STRATEGIES: dict[str, str] = {
|
||||||
'bq-paella': FASTBOOT,
|
'bq-paella': FASTBOOT,
|
||||||
}
|
}
|
||||||
|
|
||||||
BASE_PACKAGES: list[str] = [
|
BASE_LOCAL_PACKAGES: list[str] = [
|
||||||
'base',
|
|
||||||
'base-kupfer',
|
'base-kupfer',
|
||||||
|
]
|
||||||
|
|
||||||
|
BASE_PACKAGES: list[str] = BASE_LOCAL_PACKAGES + [
|
||||||
|
'base',
|
||||||
'nano',
|
'nano',
|
||||||
'vim',
|
'vim',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue