Commit 561fc09f authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

install2, live-install: add e2k btrfs fixup feature

Suggested-by: 's avatarAnton Midyukov <antohami@altlinux.org> See-also: rm#178614
parent 8c4ed60f
...@@ -26,6 +26,7 @@ ifeq (,$(filter-out e2k%,$(ARCH))) ...@@ -26,6 +26,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-xorg-conf-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-e2k-xorg-conf-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-fix-boot-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-e2k-fix-boot-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-sensors-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-e2k-sensors-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-btrfs-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-fstrim-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-fstrim-stage2)
@$(call add,INSTALL2_PACKAGES,blacklist-ide) # avoid overwriting hda @$(call add,INSTALL2_PACKAGES,blacklist-ide) # avoid overwriting hda
@$(call add,INSTALL2_PACKAGES,ifplugd) # for net-eth link status @$(call add,INSTALL2_PACKAGES,ifplugd) # for net-eth link status
......
...@@ -36,6 +36,7 @@ ifeq (,$(filter-out e2k%,$(ARCH))) ...@@ -36,6 +36,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,LIVE_PACKAGES,installer-feature-e2k-ignore-cf-stage2) @$(call add,LIVE_PACKAGES,installer-feature-e2k-ignore-cf-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-e2k-xorg-conf-stage2) @$(call add,LIVE_PACKAGES,installer-feature-e2k-xorg-conf-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-e2k-sensors-stage2) @$(call add,LIVE_PACKAGES,installer-feature-e2k-sensors-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-e2k-btrfs-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-fstrim-stage2) @$(call add,LIVE_PACKAGES,installer-feature-fstrim-stage2)
@$(call add,LIVE_PACKAGES,blacklist-ide) # avoid overwriting hda @$(call add,LIVE_PACKAGES,blacklist-ide) # avoid overwriting hda
@$(call add,LIVE_PACKAGES,ifplugd) # for net-eth link status @$(call add,LIVE_PACKAGES,ifplugd) # for net-eth link status
......
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