From 52a00da605ca7e0e367de44bf7c52fab033af1ba Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 1 Mar 2017 23:05:35 -0300 Subject: [configs/releng] Oops, rename -dual.iso -> -x86_64.iso Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 71b6346..72b1e3f 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -213,7 +213,7 @@ make_prepare() { # Build ISO make_iso() { - mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-dual.iso" + mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-x86_64.iso" } if [[ ${EUID} -ne 0 ]]; then -- cgit v1.2.3-54-g00ecf