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
Anton Palgunov
mkimage-profiles
Commits
e135f4be
Commit
e135f4be
authored
Jul 24, 2021
by
Gleb Fotengauer-Malinovskiy
Committed by
Anton Midyukov
Jul 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pack: add squash to the list of ve archive formats
parent
0922d9f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
90-build-ve.mk
features.in/build-ve/lib/90-build-ve.mk
+4
-0
config.mk
features.in/pack/config.mk
+1
-1
No files found.
features.in/build-ve/lib/90-build-ve.mk
View file @
e135f4be
...
...
@@ -8,6 +8,10 @@ ifeq (cpio,$(IMAGE_PACKTYPE))
MKI_CPIO_COMPRESS = $(IMAGE_COMPRESS)
endif
ifeq (squash,$(IMAGE_PACKTYPE))
pack-image: CLEANUP_OUTDIR=
endif
# some VEs _can_ contain kernels (think ARM multiboot
# but this can also help VE/VM hybrid images)
IMAGE_PACKAGES = $(DOT_BASE) \
...
...
features.in/pack/config.mk
View file @
e135f4be
...
...
@@ -15,7 +15,7 @@ use/pack/iso: use/pack
@$(call try,IMAGE_PACKTYPE,isodata)
# virtual environments
VE_ARCHIVES := tar cpio ubifs
VE_ARCHIVES :=
squash
tar cpio ubifs
VE_COMPRESSORS := gz xz# there's no sense in bzip2 by now
VE_ZIPS := $(call addsuffices, \
$(addprefix .,$(VE_COMPRESSORS)), \
...
...
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