Commit 8b56339f authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: do not use/install2/vmguest for jeos-sysv

spice-vdagent requires systemd.
parent 70320a83
......@@ -93,7 +93,7 @@ distro/.regular-jeos: distro/.regular-jeos-base \
use/syslinux/lateboot.cfg use/cleanup/jeos
@$(call add,BASE_PACKAGES,make-initrd-mdadm cpio)
distro/.regular-jeos-full: distro/.regular-jeos use/install2/vmguest \
distro/.regular-jeos-full: distro/.regular-jeos \
use/volumes/regular use/ntp/chrony use/bootloader/grub \
use/grub/localboot_bios.cfg use/kernel/latest +efi
@$(call add,BASE_PACKAGES,nfs-utils gdisk)
......@@ -115,7 +115,7 @@ distro/regular-jeos-sysv: distro/.regular-jeos-full use/cleanup/jeos/full \
+sysvinit +power
@$(call add,BASE_PACKAGES,apt-conf-ignore-systemd)
distro/regular-jeos-systemd: distro/.regular-jeos-full \
distro/regular-jeos-systemd: distro/.regular-jeos-full use/install2/vmguest \
+systemd +systemd-optimal
@$(call add,BASE_PACKAGES,glibc-locales)
......
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