mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
cdrom: Rename ISO file
This is cosmetic change to have the name of the ISO file similar to the flash image and also have all parts of it in a reasonable order. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
2b6cb76588
commit
fbd0608c2c
@@ -123,6 +123,8 @@ GRUB_EFI_MODULES = \
|
||||
true \
|
||||
usb_keyboard
|
||||
|
||||
ISO_FILE = /install/images/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH).iso
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
@@ -246,9 +248,8 @@ endif
|
||||
xargs md5sum > md5sum.txt
|
||||
|
||||
mkdir -p /install/images
|
||||
cd $(DIR_TMP)/cdrom && mkisofs $(ISO_ARGS) \
|
||||
-o /install/images/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso .
|
||||
cd $(DIR_TMP)/cdrom && mkisofs $(ISO_ARGS) -o $(ISO_FILE) .
|
||||
|
||||
ifeq "$(HAS_ISOLINUX)" "1"
|
||||
isohybrid $(ISOHYBRID_ARGS) /install/images/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso
|
||||
isohybrid $(ISOHYBRID_ARGS) $(ISO_FILE)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user