index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2017-03-01 23:05:35 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2017-03-01 23:05:35 -0300 |
commit | 52a00da605ca7e0e367de44bf7c52fab033af1ba (patch) | |
tree | e8e451e5ce00ac785bdfa35e47ff8220957713ab /configs/releng | |
parent | cea2f7d7be3c00fe73ee0f7196b8e7dedeb12579 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
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 |