Commit 12e8a4bd authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: add firmware-linux to available packages

This is to avoid "unzip.zip" situations with some NICs: those needing extended firmware package (which is hefty) can at least install it by hand off the ISO. *Maybe* a switch to use/firmware will appear reasonable some day for this image either, don't know yet; this adds firmware to installer itself (should only be needed if the storage device used for rootfs *needs* firmware found in that package as networking setup is omitted from JeOS installer).
parent 4c4ba35a
......@@ -73,6 +73,7 @@ distro/.regular-jeos: distro/.regular-bare use/isohybrid +sysvinit \
# - 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,MAIN_PACKAGES,firmware-linux)
@$(call add,INSTALL2_PACKAGES,volumes-profile-jeos)
@$(call add,CLEANUP_PACKAGES,'glib2*' libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)
......
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