engineering: use your minimal install profile
This should solve the problem of profile mismatch. In fact, the minimum profile is selected and a different one is displayed. There is a problem when one of the profiles is at a different level of the hierarchy.
This commit is contained in:
parent
37d1b90b05
commit
46c2d22025
@ -15,7 +15,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
|
|||||||
@$(call add,MAIN_GROUPS,engineering/cnc)
|
@$(call add,MAIN_GROUPS,engineering/cnc)
|
||||||
endif
|
endif
|
||||||
@$(call add,MAIN_KFLAVOURS,rt)
|
@$(call add,MAIN_KFLAVOURS,rt)
|
||||||
@$(call add,THE_PROFILES,minimal)
|
@$(call add,THE_PROFILES,engineering/00-minimal)
|
||||||
@$(call add,THE_PROFILES,engineering/10-design)
|
@$(call add,THE_PROFILES,engineering/10-design)
|
||||||
@$(call add,THE_PROFILES,engineering/20-automations)
|
@$(call add,THE_PROFILES,engineering/20-automations)
|
||||||
|
|
||||||
|
5
pkg.in/profiles/engineering/00-minimal.directory
Normal file
5
pkg.in/profiles/engineering/00-minimal.directory
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Directory
|
||||||
|
Name=Minimal Install
|
||||||
|
Name[ru_RU]=Минимальная установка
|
||||||
|
X-Alterator-Groups=
|
Loading…
Reference in New Issue
Block a user