From 5b5b3d4d51b5be96bdb1f401980b280317af528c Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 7 Apr 2020 13:08:29 +0900 Subject: [PATCH] [fix] : Added os_name to config. --- config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config b/config index bb5fa982..544407f0 100644 --- a/config +++ b/config @@ -12,6 +12,9 @@ # This configuration file follows the bash syntax. # +# OS name used for startup screen, etc. +os_name="Alter Linux" + # OS name used for the name of the image file. iso_name=alterlinux @@ -22,7 +25,7 @@ iso_label="ALTER_$(date +%Y%m%d)" iso_publisher='Fascode Network ' # Image file name (not file name) -iso_application="Alter Linux Live/Rescue CD" +iso_application="${os_name} Live/Rescue CD" # Image file version iso_version=$(date +%Y.%m.%d) -- 2.11.0