Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
561fc09f
Commit
561fc09f
authored
May 15, 2025
by
Michael Shigorin
Committed by
Anton Midyukov
May 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install2, live-install: add e2k btrfs fixup feature
Suggested-by:
Anton Midyukov
<
antohami@altlinux.org
>
See-also: rm#178614
parent
8c4ed60f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
config.mk
features.in/install2/config.mk
+1
-0
config.mk
features.in/live-install/config.mk
+1
-0
No files found.
features.in/install2/config.mk
View file @
561fc09f
...
@@ -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
...
...
features.in/live-install/config.mk
View file @
561fc09f
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment