Commit 361a0c54 authored by Anton Midyukov's avatar Anton Midyukov

install2, live: add missing e2fsprogs

interactivesystem sisyphus-alt25 do not dependency of e2fsprogs.
parent 88aa339e
......@@ -20,7 +20,7 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)
@$(call add,INSTALL2_PACKAGES,lsof)
@$(call add,INSTALL2_PACKAGES,mdadm)
@$(call add,BASE_PACKAGES,mdadm)
@$(call add,BASE_PACKAGES,e2fsprogs mdadm)
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: \
......
......@@ -10,6 +10,7 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call add,LIVE_PACKAGES,installer-common-stage2)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs)
@$(call add,LIVE_PACKAGES,$$(LIVE_INSTALL_PKG))
@$(call add,THE_PACKAGES,alterator-postinstall) # for auto install
@$(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