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
36c7fa38
Commit
36c7fa38
authored
Dec 22, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/distro.mk: fix META_VOL_ID for Starterkits
It was broken сommit
676aac35
parent
89f6ab91
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
distro.mk
lib/distro.mk
+5
-0
No files found.
lib/distro.mk
View file @
36c7fa38
...
@@ -13,7 +13,12 @@ distro/.init: profile/bare
...
@@ -13,7 +13,12 @@ distro/.init: profile/bare
@$(call set,META_PUBLISHER,ALT Linux Team)
@$(call set,META_PUBLISHER,ALT Linux Team)
distro/.boot: distro/.init boot/iso
distro/.boot: distro/.init boot/iso
ifeq (,$(BRANCH))
@$(call set,META_VOL_ID,ALT $(IMAGE_NAME)/$(ARCH))
@$(call set,META_VOL_ID,ALT $(IMAGE_NAME)/$(ARCH))
else
@$(call set,IMAGE_FLAVOUR,$(subst alt-$(BRANCH)-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT $(BRANCH) $$(IMAGE_FLAVOUR)/$(ARCH))
endif
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_SET,ALT)
# NB: the last flavour in KFLAVOURS gets to be the default one;
# NB: the last flavour in KFLAVOURS gets to be the default one;
...
...
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