We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7cfe9 commit ef70acfCopy full SHA for ef70acf
build.sh
@@ -714,7 +714,7 @@ make_setup_mkinitcpio() {
714
exec 17<>"${build_dir}/gpgkey"
715
fi
716
717
- _chroot_run "mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/${kernel_filename} -g /boot/archiso.img"
+ _chroot_run mkinitcpio -c "/etc/mkinitcpio-archiso.conf" -k "/boot/${kernel_filename}" -g "/boot/archiso.img"
718
719
[[ "${gpg_key}" ]] && exec 17<&-
720
0 commit comments