Commit c43ac64b authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: added nfs-utils to jeos

Has been a personal todo item recently; costs 1 Mb unpacked, ~500k image size but I do need NFS out-of-box here.
parent b081fa13
......@@ -75,6 +75,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
use/install2/vmguest use/vmguest/base
@$(call add,BASE_PACKAGES,nfs-utils)
@$(call add,MAIN_PACKAGES,firmware-linux)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,'glib2*' libffi 'libltdl*')
......
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