From 2f3a623eebf8a308fca22d5a9d5d3307c185a0ea Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 10 Jul 2018 12:01:52 -0700 Subject: [PATCH] Add product_name loader variable This variable contains a presentable string to indicate the product name in menu entries and wherever else it may be handy. It helps distinguish the installer media from an installed system. Ticket: #35730 --- build/config/templates/cdrom/loader.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config/templates/cdrom/loader.conf b/build/config/templates/cdrom/loader.conf index 3a96192..dfff63c 100644 --- a/build/config/templates/cdrom/loader.conf +++ b/build/config/templates/cdrom/loader.conf @@ -1,6 +1,7 @@ # # Boot loader file for ${PRODUCT} # +product_name="${PRODUCT} Installer" autoboot_delay="2" loader_logo="%NANO_LABEL_LOWER%" loader_menu_title="${PRODUCT} Installer"