From: hayao Date: Tue, 7 Apr 2020 04:08:29 +0000 (+0900) Subject: [fix] : Added os_name to config. X-Git-Tag: beta3-alpha3~268^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b5b3d4d51b5be96bdb1f401980b280317af528c;p=alterlinux%2Falterlinux.git [fix] : Added os_name to config. --- 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)