util-iso: copy initcpio to bootfs

This commit is contained in:
udeved 2017-02-07 20:15:59 +01:00
parent 925fe3842f
commit 7a8ad6bdf0

View file

@ -238,8 +238,6 @@ make_image_root() {
pacman -Qr "${path}" > "${path}/rootfs-pkgs.txt"
copy_overlay "${profile_dir}/root-overlay" "${path}"
prepare_initcpio "${path}"
reset_pac_conf "${path}"
configure_lsb "${path}"
@ -352,6 +350,8 @@ make_image_boot() {
mount_fs_net "${path}"
fi
prepare_initcpio "${path}"
# if [[ ${gpg_key} ]]; then
# gpg --export ${gpg_key} >${work_dir}/gpgkey
# exec 17<>${work_dir}/gpgkey