We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb1e88 commit afe8d21Copy full SHA for afe8d21
1 file changed
build.sh
@@ -1077,7 +1077,7 @@ make_iso() {
1077
${_iso_efi_boot_args} \
1078
-output "${out_dir}/${iso_filename}" \
1079
"${build_dir}/iso/"
1080
- _mkchecksum "${iso_filename}"
+ _mkchecksum "${out_dir}/${iso_filename}"
1081
msg_info "Done! | $(ls -sh -- "${out_dir}/${iso_filename}")"
1082
1083
msg_info "The password for the live user and root is ${password}."
0 commit comments