Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
3dc8d1c6
You need to sign in or sign up before continuing.
Commit
3dc8d1c6
authored
Dec 24, 2019
by
Mikhail Efremov
Committed by
Anton Midyukov
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Fix adding browser list
This list must be added for all SL variants. Thanks jqt4@ for spotting. This fixes commit 91715712cea6485e5395712d34441ae5a89fdbb3.
parent
1c3e6d15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
config.mk
features.in/slinux/config.mk
+5
-5
No files found.
features.in/slinux/config.mk
View file @
3dc8d1c6
...
...
@@ -62,6 +62,11 @@ use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
@$(call add,THE_LISTS,slinux/xfce-base)
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_KMODULES,staging)
ifeq (,$(filter-out armh aarch64 e2k%,$(ARCH)))
@$(call add,THE_LISTS,slinux/browser-firefox)
else
@$(call add,THE_LISTS,slinux/browser-chromium)
endif
use/slinux/base: use/isohybrid use/luks \
+plymouth use/memtest +vmguest \
...
...
@@ -81,11 +86,6 @@ use/slinux/base: use/isohybrid use/luks \
@$(call add,STAGE2_PACKAGES,chrony)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
ifeq (,$(filter-out armh aarch64 e2k%,$(ARCH)))
@$(call add,THE_LISTS,slinux/browser-firefox)
else
@$(call add,THE_LISTS,slinux/browser-chromium)
endif
use/slinux/full: use/slinux/base
@$(call add,MAIN_LISTS,slinux/not-install-full)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment