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 be5bf4c commit 453111fCopy full SHA for 453111f
build.sh
@@ -730,9 +730,9 @@ make_customize_airootfs() {
730
731
# Replace /etc/mkinitcpio.conf if Plymouth is enabled.
732
if [[ "${boot_splash}" = true ]]; then
733
- cp "${script_path}/mkinitcpio/mkinitcpio-plymouth.conf" "${airootfs_dir}/etc/mkinitcpio.conf"
+ cp -f "${script_path}/mkinitcpio/mkinitcpio-plymouth.conf" "${airootfs_dir}/etc/mkinitcpio.conf"
734
else
735
- cp "${script_path}/mkinitcpio/mkinitcpio.conf" "${airootfs_dir}/etc/mkinitcpio.conf"
+ cp -f "${script_path}/mkinitcpio/mkinitcpio.conf" "${airootfs_dir}/etc/mkinitcpio.conf"
736
fi
737
738
# customize_airootfs options
0 commit comments