[arch-releng] [PATCH 7/7] [releng] Add cpio to dependencies

Daniel Edgecumbe email at esotericnonsense.com
Mon Sep 9 20:22:43 UTC 2019


Note that this final patch is no longer necessary as the latest
reproducibility PR on mkinitcpio works with libarchive.

On 07/09/2019 13.22, Daniel Edgecumbe wrote:
> This is an optional dependency of mkinitcpio, required in the case
> we're using where SOURCE_DATE_EPOCH may be relevant.
> 
> Signed-off-by: Daniel Edgecumbe <git at esotericnonsense.com>
> ---
>  configs/releng/build.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/releng/build.sh b/configs/releng/build.sh
> index 273b501..836a821 100755
> --- a/configs/releng/build.sh
> +++ b/configs/releng/build.sh
> @@ -64,7 +64,7 @@ make_pacman_conf() {
>  # Base installation, plus needed packages (airootfs)
>  make_basefs() {
>      mkarchiso ${verbose} -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" init
> -    mkarchiso ${verbose} -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" -p "haveged intel-ucode amd-ucode memtest86+ mkinitcpio-nfs-utils nbd zsh efitools" install
> +    mkarchiso ${verbose} -w "${work_dir}/x86_64" -C "${work_dir}/pacman.conf" -D "${install_dir}" -p "haveged intel-ucode amd-ucode memtest86+ mkinitcpio-nfs-utils nbd zsh efitools cpio" install
>  }
>  
>  # Additional packages (airootfs)
> 

-- 
Daniel Edgecumbe | esotericnonsense
Kalix NO, Sverige | +358 46 584 2810
email at esotericnonsense.com | https://esotericnonsense.com


More information about the arch-releng mailing list