mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Add architecture to the name of the ISO image
This commit is contained in:
parent
c26976f143
commit
cc9efa9f8b
2
build.sh
2
build.sh
|
|
@ -221,7 +221,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}-${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}-${arch}-${iso_version}.iso"
|
||||
}
|
||||
|
||||
if [[ ${EUID} -ne 0 ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue