From ab852c43b0f541184f14543144557543a906e462 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 16 Oct 2023 17:21:07 +0200 Subject: [PATCH] fix aarch64 mkinitcpio --- usr/lib/archboot/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 78d8746fd..d0c9ff6cf 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -141,7 +141,7 @@ _umount_special() { _install_base_packages() { if [[ "${_ARCH}" == "aarch64" ]]; then - _MKINITCPIO="mkinitcpio\=99" + _MKINITCPIO="mkinitcpio=99" else _MKINITCPIO=initramfs fi