OSDN Git Service

[fix] : Added os_name to config.
authorhayao <shun819.mail@gmail.com>
Tue, 7 Apr 2020 04:08:29 +0000 (13:08 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 7 Apr 2020 04:08:29 +0000 (13:08 +0900)
config

diff --git a/config b/config
index bb5fa98..544407f 100644 (file)
--- 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 <https://fascode.net>'
 
 # 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)