We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c90cf commit 4e8f238Copy full SHA for 4e8f238
1 file changed
build.sh
@@ -625,6 +625,7 @@ make_customize_airootfs() {
625
626
for _airootfs in ${_airootfs_list[@]};do
627
if [[ -d "${_airootfs}" ]]; then
628
+ msg_debug "Copying airootfs ${_airootfs} ..."
629
cp -af "${_airootfs}"/* "${airootfs_dir}"
630
fi
631
done
0 commit comments