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
63bfba52
Commit
63bfba52
authored
Dec 09, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixin.mk: add mixin/nfs-clients-base, mixin/nfs-server-base
Use them instead of packages installer-feature-nfs-server, installer-feature-nfs-client these accordingly.
parent
50e657f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
mixin.mk
conf.d/mixin.mk
+13
-0
No files found.
conf.d/mixin.mk
View file @
63bfba52
...
@@ -7,6 +7,19 @@ mixin/desktop-installer: +vmguest \
...
@@ -7,6 +7,19 @@ mixin/desktop-installer: +vmguest \
$(call tags,(base || desktop) && (l10n || network)))
$(call tags,(base || desktop) && (l10n || network)))
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
### installer-feature-nfs-server
mixin/nfs-server-base: use/control
@$(call add,BASE_PACKAGES,rpcbind, nfs-clients)
@$(call add,CONTROL,rpcbind:server)
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind)
@$(call add,DEFAULT_SERVICES_ENABLE,nfslock)
### installer-feature-nfs-client
mixin/nfs-client-base: use/control
@$(call add,BASE_PACKAGES,rpcbind)
@$(call add,CONTROL,rpcbind:local)
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind)
### e2k.mk
### e2k.mk
mixin/e2k-base: use/tty/S0 use/net-eth/dhcp; @:
mixin/e2k-base: use/tty/S0 use/net-eth/dhcp; @:
...
...
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