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
29193f90
You need to sign in or sign up before continuing.
Commit
29193f90
authored
Feb 09, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support patches from image-paches.d/
Required mkimage 0.3.0-alt1
parent
054ea781
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
6 deletions
+7
-6
features.txt
doc/features.txt
+1
-0
90-build-ve.mk
features.in/build-ve/lib/90-build-ve.mk
+2
-2
90-build-vm.mk
features.in/build-vm/lib/90-build-vm.mk
+2
-2
.empty
image.in/image-patches.d/.empty
+0
-0
.empty
sub.in/rootfs/image-patches.d/.empty
+0
-0
Makefile
sub.in/stage2/Makefile
+2
-2
.empty
sub.in/stage2/image-patches.d/.empty
+0
-0
No files found.
doc/features.txt
View file @
29193f90
...
...
@@ -6,6 +6,7 @@
или запрашивают скрипты, которые могут быть оформлены как:
* scripts.d/ или image-scripts.d/ различных стадий;
* в виде патчей в image-patches.d/ различных стадий;
* пакеты installer-feature-*
(тж. https://www.altlinux.org/Installer/beans).
...
...
features.in/build-ve/lib/90-build-ve.mk
View file @
29193f90
...
...
@@ -25,5 +25,5 @@ IMAGE_PACKAGES_REGEXP = $(THE_PACKAGES_REGEXP) \
$(BASE_PACKAGES_REGEXP)
all: $(GLOBAL_DEBUG) \
build-image copy-subdirs copy-tree run-image-
scripts pack-image
\
postprocess $(GLOBAL_CLEAN_WORKDIR)
build-image copy-subdirs copy-tree run-image-
patches run-image-scripts
\
p
ack-image p
ostprocess $(GLOBAL_CLEAN_WORKDIR)
features.in/build-vm/lib/90-build-vm.mk
View file @
29193f90
...
...
@@ -120,5 +120,5 @@ run-image-scripts: GLOBAL_CLEANUP_PACKAGES := $(CLEANUP_PACKAGES)
pack-image: MKI_PACK_RESULTS := tar:$(VM_TARBALL)
all: $(GLOBAL_DEBUG) \
build-image copy-subdirs copy-tree run-image-
scripts pack-image
\
convert-image postprocess $(GLOBAL_CLEAN_WORKDIR)
build-image copy-subdirs copy-tree run-image-
patches run-image-scripts
\
pack-image
convert-image postprocess $(GLOBAL_CLEAN_WORKDIR)
image.in/image-patches.d/.empty
0 → 100644
View file @
29193f90
sub.in/rootfs/image-patches.d/.empty
0 → 100644
View file @
29193f90
sub.in/stage2/Makefile
View file @
29193f90
...
...
@@ -70,8 +70,8 @@ include $(MKIMAGE_PREFIX)/targets.mk
GLOBAL_CLEANUP_PACKAGES
:=
$(CLEANUP_PACKAGES)
all
:
| $(GLOBAL_DEBUG)
\
build-image run-image-
scripts copy-tree run-scripts pack-image
\
$(GLOBAL_CLEAN_WORKDIR)
build-image run-image-
patches run-image-scripts copy-tree run-scripts
\
pack-image
$(GLOBAL_CLEAN_WORKDIR)
# dummy
debug
::
;
sub.in/stage2/image-patches.d/.empty
0 → 100644
View file @
29193f90
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