mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -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,
|
||||
}
|
||||
|
||||
BASE_PACKAGES: list[str] = [
|
||||
'base',
|
||||
BASE_LOCAL_PACKAGES: list[str] = [
|
||||
'base-kupfer',
|
||||
]
|
||||
|
||||
BASE_PACKAGES: list[str] = BASE_LOCAL_PACKAGES + [
|
||||
'base',
|
||||
'nano',
|
||||
'vim',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue