Commit 5e8b757c authored by Anton Midyukov's avatar Anton Midyukov

Revert "install2, live-install: add e2k btrfs fixup feature"

This reverts commit 561fc09f. The package will be added to the e2k feature later. Need to revert commits.
parent 222e61d2
...@@ -26,7 +26,6 @@ ifeq (,$(filter-out e2k%,$(ARCH))) ...@@ -26,7 +26,6 @@ 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,7 +36,6 @@ ifeq (,$(filter-out e2k%,$(ARCH))) ...@@ -36,7 +36,6 @@ 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