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
1b40f89d
Commit
1b40f89d
authored
Jul 18, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo: update condition for REPO_MAIN variable, add its description to README
It is necessary to provide the ability to disable for dependent targets.
parent
2f7e0e41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README
features.in/repo/README
+5
-0
90-enable-repo
features.in/repo/image-scripts.d/90-enable-repo
+1
-1
No files found.
features.in/repo/README
View file @
1b40f89d
...
@@ -16,3 +16,8 @@ addons, updates или иных по мере необходимости.
...
@@ -16,3 +16,8 @@ addons, updates или иных по мере необходимости.
** не влияет ни на что, если вызывается цель use/repo/main
** не влияет ни на что, если вызывается цель use/repo/main
** значение: http/alt (по умолчанию) либо протокол/зеркало
** значение: http/alt (по умолчанию) либо протокол/зеркало
** см. тж. /etc/apt/sources.list.d/, проверьте наличие нужного!
** см. тж. /etc/apt/sources.list.d/, проверьте наличие нужного!
* REPO_MAIN
** включает создание репозитория main внутри rootfs
** влияет только на vm/ цели
** значение: 1 для включения, любое другое значение для отключения
features.in/repo/image-scripts.d/90-enable-repo
View file @
1b40f89d
#!/bin/sh
#!/bin/sh
# enable online repos if not use/repo/main
# enable online repos if not use/repo/main
[
-z
"
$GLOBAL_REPO_MAIN
"
]
||
exit
0
[
"
$GLOBAL_REPO_MAIN
"
=
1
]
||
exit
0
[
-n
"
$GLOBAL_REPO
"
]
||
exit
0
[
-n
"
$GLOBAL_REPO
"
]
||
exit
0
...
...
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