[arch-releng] [PATCH 7/7] [releng] Add cpio to dependencies
Daniel Edgecumbe
git at esotericnonsense.com
Sat Sep 7 11:22:40 UTC 2019
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)
--
2.23.0
More information about the arch-releng
mailing list