diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-06-28 00:35:51 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2014-06-28 00:35:51 -0300 |
commit | b3e1d31343ec7d4b9011bfdb76e4c9843ba31dc5 (patch) | |
tree | 1c9d782060fe953abb8370ef3f261e2012c11e6e /configs/releng | |
parent | 4890ce0b67044bb5664b5124c1f3e3f8964ade89 (diff) | |
download | archiso32-b3e1d31343ec7d4b9011bfdb76e4c9843ba31dc5.tar.xz |
[archiso] Rework checksum function
Diffstat (limited to 'configs/releng')
-rwxr-xr-x | configs/releng/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index f0b6f42..07ff911 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -193,7 +193,6 @@ make_prepare() { # Build ISO make_iso() { - mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" checksum mkarchiso ${verbose} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -o "${out_dir}" iso "${iso_name}-${iso_version}-dual.iso" } |