index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-09-16 11:11:34 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-11-05 12:44:03 +0200 |
commit | 009140bd8bb497df148c3b468f0e1b217371d62c (patch) | |
tree | d8c78dba644fc763ca051957551f40f83f9d27b2 /archiso/mkarchiso | |
parent | 5738f40aa94c97dc5393703900a20ae2f79b2045 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 2 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 38aad06..b7fe91c 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -704,7 +704,7 @@ _export_netboot_artifacts() { install -d -m 0755 "${out_dir}" cp -a -- "${isofs_dir}/${install_dir}/" "${out_dir}/" _msg_info "Done!" - du -h -- "${out_dir}/${install_dir}" + du -hs -- "${out_dir}/${install_dir}" } # sign build artifacts for netboot |