Commit 63bfba52 authored by Anton Midyukov's avatar Anton Midyukov

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
...@@ -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; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment