From 55adcbb68d4cb018b3a498a409444455e3493a95 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 12 Jun 2018 23:17:11 +0300 Subject: [PATCH] regular.mk: avoid open-vm-tools in jeos As noted in the previous commit, it's just not making it now. --- conf.d/regular.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/regular.mk b/conf.d/regular.mk index e704842d..1dd86f11 100644 --- a/conf.d/regular.mk +++ b/conf.d/regular.mk @@ -72,7 +72,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \ # NB: # - stock cleanup is not enough (or installer-common-stage3 deps soaring) distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \ - use/volumes/jeos use/install2/vmguest use/vmguest/base + use/volumes/jeos use/install2/vmguest use/vmguest/bare @$(call add,BASE_PACKAGES,nfs-utils gdisk) @$(call add,MAIN_PACKAGES,firmware-linux) @$(call add,CLEANUP_PACKAGES,libffi 'libltdl*')