mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Change ISO image naming pattern
This commit is contained in:
parent
45d27a0be6
commit
31a6662e34
2
build.sh
2
build.sh
|
|
@ -231,7 +231,7 @@ make_prepare() {
|
|||
# Build ISO
|
||||
make_iso() {
|
||||
cp ${version_file} ${work_dir}/iso/${install_dir}/
|
||||
setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -P "${iso_publisher}" -A "${iso_application}" -o "${out_dir}" iso "${iso_name}-${arch/x86_64/amd64}-${iso_version}.iso"
|
||||
setarch ${arch} mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -P "${iso_publisher}" -A "${iso_application}" -o "${out_dir}" iso "${iso_name}-${iso_version}-${arch/x86_64/amd64}.iso"
|
||||
}
|
||||
|
||||
if [[ ${EUID} -ne 0 ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue