Commit 7d5fc32e authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: add missed make-initrd-lvm to jeos

lvm is always offered in the installer, but its support was not in the installed system.
parent 85435a73
...@@ -107,6 +107,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \ ...@@ -107,6 +107,7 @@ distro/.regular-jeos-full: distro/.regular-jeos \
@$(call add,INSTALL2_PACKAGES,fdisk) @$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_PACKAGES,btrfs-progs) @$(call add,INSTALL2_PACKAGES,btrfs-progs)
@$(call add,BASE_PACKAGES,btrfs-progs) @$(call add,BASE_PACKAGES,btrfs-progs)
@$(call add,BASE_PACKAGES,make-initrd-lvm)
ifeq (,$(filter-out e2k%,$(ARCH))) ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,CLEANUP_PACKAGES,acpid-events-power) @$(call add,CLEANUP_PACKAGES,acpid-events-power)
else else
......
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