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
82c16cc5
Commit
82c16cc5
authored
Apr 07, 2020
by
Mikhail Efremov
Committed by
Anton Midyukov
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workstation: Virtualbox is x86_64-only now
parent
1cda2b51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
basealt.mk
conf.d/basealt.mk
+4
-1
extras
pkg.in/lists/workstation/extras
+1
-1
No files found.
conf.d/basealt.mk
View file @
82c16cc5
...
@@ -3,7 +3,7 @@ ifeq (distro,$(IMAGE_CLASS))
...
@@ -3,7 +3,7 @@ ifeq (distro,$(IMAGE_CLASS))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty blender clamav cloud-clients freecad \
3rdparty blender clamav cloud-clients freecad \
gtk-dictionary kvm smartcard v
irtualbox v
oip-clients)
gtk-dictionary kvm smartcard voip-clients)
endif
endif
distro/alt-workstation: distro/.base +vmguest +wireless +efi \
distro/alt-workstation: distro/.base +vmguest +wireless +efi \
...
@@ -22,6 +22,9 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
...
@@ -22,6 +22,9 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
@$(call add,MAIN_PACKAGES,solaar)
@$(call add,MAIN_PACKAGES,solaar)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,$(workstation_groups_x86))
@$(call add,MAIN_GROUPS,$(workstation_groups_x86))
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox)
endif
endif
@$(call add,MAIN_LISTS,workstation/extras)
@$(call add,MAIN_LISTS,workstation/extras)
...
...
pkg.in/lists/workstation/extras
View file @
82c16cc5
...
@@ -11,7 +11,7 @@ kernel-modules-v4l-un-def
...
@@ -11,7 +11,7 @@ kernel-modules-v4l-un-def
kernel-modules-drm-un-def
kernel-modules-drm-un-def
kernel-modules-staging-un-def
kernel-modules-staging-un-def
kernel-modules-drm-nouveau-un-def@X86
kernel-modules-drm-nouveau-un-def@X86
kernel-modules-virtualbox-un-def@
X86
kernel-modules-virtualbox-un-def@
x86_64
kernel-modules-virtualbox-addition-un-def@X86
kernel-modules-virtualbox-addition-un-def@X86
kernel-headers-modules-un-def
kernel-headers-modules-un-def
kernel-headers-un-def
kernel-headers-un-def
...
...
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