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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
2f0bffda
Commit
2f0bffda
authored
Jul 07, 2016
by
Gleb Fotengauer-Malinovskiy
Committed by
Michael Shigorin
Dec 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image.in: add INSTALL_LANGS variable to setup rpm _install_langs
This option allows to make smallest images even smaller by reducing amount of installed locales.
parent
20b0b23f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefile
image.in/Makefile
+2
-0
No files found.
image.in/Makefile
View file @
2f0bffda
...
...
@@ -60,6 +60,7 @@ COPY_TREE = ./files
CLEANUP_OUTDIR
?=
GLOBAL_TARGET
:=
$(ARCH)
GLOBAL_HSH_LANGS
:=
$(INSTALL_LANGS)
GLOBAL_HSH_APT_CONFIG
:=
$
(
wildcard
$(APTCONF)
)
# take the latter part for complex-specified subprofiles like stage2@live;
...
...
@@ -114,5 +115,6 @@ debug::
@
echo
"IMAGEDIR=
$(IMAGEDIR)
"
@
echo
"ARCH=
$(ARCH)
"
@
echo
"GLOBAL_TARGET=
$(GLOBAL_TARGET)
"
@
echo
"GLOBAL_HSH_LANGS=
$(GLOBAL_HSH_LANGS)
"
@
echo
"GLOBAL_HSH_APT_CONFIG=
$(GLOBAL_HSH_APT_CONFIG)
"
@
echo
"GLOBAL_HSH_USE_QEMU=
$(GLOBAL_HSH_USE_QEMU)
"
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