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
Ximper Linux
mkimage-profiles
Commits
4dd3e050
Commit
4dd3e050
authored
Oct 22, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not add non-existent kernel-modules-kvm
parent
bc0a1083
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
kworkstation.mk
conf.d/kworkstation.mk
+1
-1
config.mk
features.in/kernel/config.mk
+1
-1
config.mk
features.in/server/config.mk
+0
-1
No files found.
conf.d/kworkstation.mk
View file @
4dd3e050
...
@@ -39,7 +39,7 @@ endif
...
@@ -39,7 +39,7 @@ endif
@$(call set,DOCS,alt-kworkstation)
@$(call set,DOCS,alt-kworkstation)
@$(call add,PINNED_PACKAGES,systemd)
@$(call add,PINNED_PACKAGES,systemd)
@$(call try,THE_BROWSER,yandex-browser-stable)
@$(call try,THE_BROWSER,yandex-browser-stable)
@$(call add,BASE_KMODULES,
kvm
virtualbox)
@$(call add,BASE_KMODULES,virtualbox)
@$(call add,THE_KMODULES,staging)
@$(call add,THE_KMODULES,staging)
@$(call add,BASE_PACKAGES,os-prober)
@$(call add,BASE_PACKAGES,os-prober)
@$(call add,BASE_PACKAGES,plymouth-plugin-label)
@$(call add,BASE_PACKAGES,plymouth-plugin-label)
...
...
features.in/kernel/config.mk
View file @
4dd3e050
...
@@ -49,7 +49,7 @@ use/kernel/desktop:
...
@@ -49,7 +49,7 @@ use/kernel/desktop:
use/kernel/drm: use/drm; @:
use/kernel/drm: use/drm; @:
use/kernel/server:
use/kernel/server:
@$(call add,THE_KMODULES,ipset
kvm
)
@$(call add,THE_KMODULES,ipset)
use/kernel/disable-usb-autosuspend:
use/kernel/disable-usb-autosuspend:
@$(call add,BASE_BOOTARGS,usbcore.autosuspend=-1)
@$(call add,BASE_BOOTARGS,usbcore.autosuspend=-1)
...
...
features.in/server/config.mk
View file @
4dd3e050
...
@@ -34,7 +34,6 @@ use/server/virt: use/server use/kernel
...
@@ -34,7 +34,6 @@ use/server/virt: use/server use/kernel
ifneq (,$(filter-out sisyphus,$(BRANCH)))
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def)
@$(call set,KFLAVOURS,un-def)
endif
endif
@$(call add,THE_KMODULES,kvm)
# NB: examine zabbix-preinstall package, initialization is NOT automatic!
# NB: examine zabbix-preinstall package, initialization is NOT automatic!
use/server/zabbix: use/server use/services use/control
use/server/zabbix: use/server use/services use/control
...
...
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