mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
linux-rpm.mk: Add default boot label
This commit is contained in:
parent
abe49a5aff
commit
f9539bd3d1
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ KERNEL_RELEASE = $(UNAME_SUFFIX)$(KERNEL_RELEASE_NUM)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BOOT_LABEL),)
|
||||||
|
BOOT_LABEL = linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
||||||
|
endif
|
||||||
|
|
||||||
BASE = $(KERNEL_BASE)-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
BASE = $(KERNEL_BASE)-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
||||||
BASE_RUN = $(KERNEL_BASE)-run-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
BASE_RUN = $(KERNEL_BASE)-run-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
||||||
BASE_DEVEL = $(KERNEL_BASE)-devel-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
BASE_DEVEL = $(KERNEL_BASE)-devel-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue