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
7f8c048e
Commit
7f8c048e
authored
Apr 02, 2024
by
Andrew A. Vasilyev
Committed by
Anton Midyukov
Apr 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server-v: add DISTRO_VERSION
parent
c994fee8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
server-v.mk
conf.d/server-v.mk
+3
-3
No files found.
conf.d/server-v.mk
View file @
7f8c048e
...
...
@@ -105,11 +105,11 @@ distro/server-v: distro/.server-v-base +installer \
use/vmguest
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,STAGE2_BOOTARGS,mpath)
@$(call set,IMAGE_FLAVOUR,$(subst alt-
10.2
-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT Server-V
10.2.0
$(ARCH))
@$(call set,IMAGE_FLAVOUR,$(subst alt-
$(DISTRO_VERSION)
-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT Server-V
$(DISTRO_VERSION)
$(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_APP_ID,ALT Server-V
10.2.0
$(ARCH) $(shell date +%F))
@$(call set,META_APP_ID,ALT Server-V
$(DISTRO_VERSION)
$(ARCH) $(shell date +%F))
@$(call set,DOCS,alt-server-v)
@$(call add,BASE_LISTS,virt/base.pkgs)
@$(call add,MAIN_LISTS,virt/extra.pkgs)
...
...
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