Skip to content
Snippets Groups Projects
Unverified Commit 009140bd authored by nl6720's avatar nl6720
Browse files

mkarchiso: do not show subdirectory sizes in netboot mode

Only the total size is relevant.

Related to #148.
parent 5738f40a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment