Commit 4c4ba35a authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: switch jeos to un-def

Rationale: it's the minimalistic image for those who know what they're doing, let's maximize their chances to get it installed and running by using a recent kernel.
parent 143e1038
......@@ -77,6 +77,7 @@ distro/regular-jeos: distro/.regular-jeos use/cleanup/jeos/full \
@$(call add,CLEANUP_PACKAGES,'glib2*' libffi 'libltdl*')
@$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,STAGE2_BOOTARGS,quiet)
@$(call set,KFLAVOURS,un-def)
# NB: no +efi as it brings in grub2 (no ELILO support for system boot)
distro/regular-jeos-ovz: distro/.regular-jeos \
......
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