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
9eca1ea1
You need to sign in or sign up before continuing.
Commit
9eca1ea1
authored
Jun 26, 2022
by
Andrey Cherepanov
Committed by
Anton Midyukov
Jun 28, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
education: use firefox-esr instead of chromium for i586
parent
3b491150
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
education.mk
conf.d/education.mk
+10
-2
No files found.
conf.d/education.mk
View file @
9eca1ea1
...
...
@@ -39,9 +39,12 @@ mixin/education-live: \
use/live/repo use/live/x11 use/live/rw \
use/cleanup/live-no-cleanupdb
@$(call add,LIVE_PACKAGES,livecd-timezone)
ifeq (,$(filter-out
i586
x86_64 aarch64,$(ARCH)))
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,LIVE_PACKAGES,chromium)
endif
ifeq (,$(filter-out i586,$(ARCH)))
@$(call add,LIVE_PACKAGES,firefox-esr)
endif
@$(call add,LIVE_PACKAGES,mc-full)
@$(call add,LIVE_PACKAGES,remmina remmina-plugins)
@$(call add,LIVE_PACKAGES,mousepad)
...
...
@@ -141,10 +144,15 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,THE_KMODULES,lsadrv bbswitch)
@$(call add,THE_KMODULES,staging)
@$(call add,MAIN_KMODULES,bbswitch)
@$(call add,THE_PACKAGES,chromium)
@$(call add,THE_PACKAGES,mc-full)
@$(call add,THE_PACKAGES,remmina remmina-plugins)
endif
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,chromium)
endif
ifeq (,$(filter-out i586,$(ARCH)))
@$(call add,THE_PACKAGES,firefox-esr)
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,syslinux)
@$(call add,MAIN_PACKAGES,owamp-server)
...
...
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