aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-04 22:07:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-04 22:07:30 -0700
commit8be015008b3e876be37e64179be2ff0a7198c5f9 (patch)
tree0c2abf7690948a1b4d2065522cc75ac0a03d1b0c /src/property
parent0152f0a4d314bcc846381971f5dbd5ef4ea6cd56 (diff)
downloadconsfigurator-8be015008b3e876be37e64179be2ff0a7198c5f9.tar.gz
GRUB binaries on OS:DEBIANLIKE: specify for arm64-efi target
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/grub.lisp3
1 files changed, 2 insertions, 1 deletions
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)