mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Updated the ISO label
This commit is contained in:
parent
5f5077b683
commit
f054fb65e3
2
build.sh
2
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 <http://www.system-rescue.org>"
|
||||
iso_application="SystemRescue"
|
||||
install_dir=sysresccd
|
||||
|
|
|
|||
Loading…
Reference in a new issue