From 3c85c7e926c4c68f619e29d0cad7676327efd0b7 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 23 Apr 2017 21:54:16 +0200 Subject: [PATCH] fix typo in find (blend) --- blends/devuan-live/config | 1 + blends/devuan-live/devuan-live.blend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/blends/devuan-live/config b/blends/devuan-live/config index 9c9286f..d851fda 100644 --- a/blends/devuan-live/config +++ b/blends/devuan-live/config @@ -15,6 +15,7 @@ image_name="${os}_${release}_${version}_${arch}" case "$4" in uefi) + notice "UEFI build enabled" grubversion="grub-efi-${arch}" image_name="${os}_${release}_${version}_${arch}_uefi" mkefi="yes" diff --git a/blends/devuan-live/devuan-live.blend b/blends/devuan-live/devuan-live.blend index 165db12..487fa2f 100644 --- a/blends/devuan-live/devuan-live.blend +++ b/blends/devuan-live/devuan-live.blend @@ -152,7 +152,7 @@ EOF mkdir -p efi/boot ## efi partition mods - find /usr/lib/grub/x86_64-efi -type -f -name "part_*\.mod" \ + find /usr/lib/grub/x86_64-efi -type f -name "part_*\.mod" \ -exec sh -c 'for f do echo insmod $(basename -- "$f" .mod); done' sh {} + \ >> boot/grub/x86_64-efi/grub.cfg