diff --git a/build.sh b/build.sh index 622776a..6195516 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ version_file="${script_path}/VERSION" iso_name=systemrescue iso_version="$(<${version_file})" iso_mainver="${iso_version%-*}" -iso_label="SYSRES${iso_mainver//.}" +iso_label="RESCUE${iso_mainver//.}" iso_publisher="SystemRescue " iso_application="SystemRescue" install_dir=sysresccd