linux-rpm.mk: Add default boot label

This commit is contained in:
Jan Lindemann 2004-08-19 10:27:31 +00:00 committed by Jan Lindemann
commit f9539bd3d1

View file

@ -33,6 +33,10 @@ KERNEL_RELEASE = $(UNAME_SUFFIX)$(KERNEL_RELEASE_NUM)
endif
endif
ifeq ($(BOOT_LABEL),)
BOOT_LABEL = linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
endif
BASE = $(KERNEL_BASE)-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
BASE_RUN = $(KERNEL_BASE)-run-$(KERNEL_VERSION)-$(KERNEL_RELEASE)
BASE_DEVEL = $(KERNEL_BASE)-devel-$(KERNEL_VERSION)-$(KERNEL_RELEASE)