Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
009140bd
Verified
Commit
009140bd
authored
Sep 16, 2021
by
nl6720
Browse files
mkarchiso: do not show subdirectory sizes in netboot mode
Only the total size is relevant. Related to
#148
.
parent
5738f40a
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
009140bd
...
...
@@ -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
-h
s
--
"
${
out_dir
}
/
${
install_dir
}
"
}
# sign build artifacts for netboot
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment