File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ make_tarball() {
964964 if [[ -f " ${work_dir} /airootfs/root/optimize_for_tarball.sh" ]]; then
965965 chmod 755 " ${work_dir} /airootfs/root/optimize_for_tarball.sh"
966966 # Execute optimize_for_tarball.sh.
967- ${mkalteriso} ${mkalteriso_option} -w " ${work_dir} " -C " ${work_dir} /pacman-${arch} .conf" -D " ${install_dir} " -r " /root/optimize_for_tarball.sh" run
967+ ${mkalteriso} ${mkalteriso_option} -w " ${work_dir} " -C " ${work_dir} /pacman-${arch} .conf" -D " ${install_dir} " -r " /root/optimize_for_tarball.sh -u ${username} " run
968968 fi
969969
970970 ARCHISO_GNUPG_FD=${gpg_key: +17} ${mkalteriso} ${mkalteriso_option} -w " ${work_dir} " -C " ${work_dir} /pacman-${arch} .conf" -D " ${install_dir} " -r " mkinitcpio -p ${kernel_mkinitcpio_profile} " run
You can’t perform that action at this time.
0 commit comments