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
8f650d53
Commit
8f650d53
authored
Jul 30, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-vm: add /root/.install-log/diskinfo to rootfs
We specify the name of the target being collected so that these images cannot be confused with those installed from iso.
parent
e5f03c9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
90-build-vm.mk
features.in/build-vm/lib/90-build-vm.mk
+7
-1
No files found.
features.in/build-vm/lib/90-build-vm.mk
View file @
8f650d53
# step 4: build the virtual machine image
# step 4: build the virtual machine image
DATE_F := $(shell date +%F)
IMAGE_PACKAGES = $(DOT_BASE) \
IMAGE_PACKAGES = $(DOT_BASE) \
$(SYSTEM_PACKAGES) \
$(SYSTEM_PACKAGES) \
$(COMMON_PACKAGES) \
$(COMMON_PACKAGES) \
...
@@ -106,6 +108,10 @@ run-image-scripts: GLOBAL_CLEANUP_PACKAGES := $(CLEANUP_PACKAGES)
...
@@ -106,6 +108,10 @@ run-image-scripts: GLOBAL_CLEANUP_PACKAGES := $(CLEANUP_PACKAGES)
# override
# override
pack-image: MKI_PACK_RESULTS := tar:$(VM_TARBALL)
pack-image: MKI_PACK_RESULTS := tar:$(VM_TARBALL)
all: $(GLOBAL_DEBUG) \
dot-disk:
@mkdir -p files/root/.install-log
@echo "vm/$(IMAGE_NAME)/$(ARCH) build $(DATE_F)" >files/root/.install-log/diskinfo
all: $(GLOBAL_DEBUG) dot-disk \
build-image copy-subdirs copy-tree run-image-patches run-image-scripts \
build-image copy-subdirs copy-tree run-image-patches run-image-scripts \
pack-image convert-image postprocess $(GLOBAL_CLEAN_WORKDIR)
pack-image convert-image postprocess $(GLOBAL_CLEAN_WORKDIR)
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