install2, live: add missing e2fsprogs

interactivesystem sisyphus-alt25 do not dependency of e2fsprogs.
This commit is contained in:
Anton Midyukov 2024-04-10 15:01:17 +07:00
parent 88aa339e9c
commit 361a0c5498
2 changed files with 2 additions and 1 deletions

View File

@ -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: \

View File

@ -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