Commit eeba4679 authored by Anton Midyukov's avatar Anton Midyukov

live-install: add mdadm, lvm2, luks support

alterator-vm does not hide unsupported features, so all these packages should be added.
parent 1efc8cfa
...@@ -10,7 +10,9 @@ use/live-install: use/live use/metadata use/repo/main \ ...@@ -10,7 +10,9 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call add,LIVE_PACKAGES,installer-common-stage2) @$(call add,LIVE_PACKAGES,installer-common-stage2)
@$(call add,THE_PACKAGES,alterator-wizardface) @$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator)) @$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs) @$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
@$(call add,BASE_PACKAGES,make-initrd-mdadm make-initrd-lvm)
@$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,LIVE_PACKAGES,$$(LIVE_INSTALL_PKG)) @$(call add,LIVE_PACKAGES,$$(LIVE_INSTALL_PKG))
@$(call add,THE_PACKAGES,alterator-postinstall) # for auto install @$(call add,THE_PACKAGES,alterator-postinstall) # for auto install
@$(call add,LIVE_PACKAGES,xterm) # for vnc support @$(call add,LIVE_PACKAGES,xterm) # for vnc support
......
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