From 8be015008b3e876be37e64179be2ff0a7198c5f9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 4 Feb 2022 22:07:30 -0700 Subject: GRUB binaries on OS:DEBIANLIKE: specify for arm64-efi target Signed-off-by: Sean Whitton --- src/property/grub.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/property/grub.lisp') diff --git a/src/property/grub.lisp b/src/property/grub.lisp index 9ef4761..114eb05 100644 --- a/src/property/grub.lisp +++ b/src/property/grub.lisp @@ -31,7 +31,8 @@ "initramfs-tools" ,(eswitch (target :test #'string=) ("i386-pc" "grub-pc") - ("x86_64-efi" "grub-efi-amd64")))))) + ("x86_64-efi" "grub-efi-amd64") + ("arm64-efi" "grub-efi-arm64")))))) (defprop grub-installed :posix (volume running-on-target &key (target "i386-pc") force-extra-removable) -- cgit v1.2.3