From 21e0da660d207345fc8219ec7448d0dd076c912c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 1 Aug 2021 17:08:46 +0200 Subject: [PATCH] grub: fix cloud helper installation Signed-off-by: Arne Fitzenreiter --- lfs/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/grub b/lfs/grub index aed9e6ad8e..0d6b5ba63c 100644 --- a/lfs/grub +++ b/lfs/grub @@ -127,7 +127,7 @@ endif # Install our own helpers install -v -m 644 $(DIR_SRC)/config/grub2/00_cloud \ - /etc/grub.cfg + /etc/grub.d # Install background image -mkdir -pv /boot/grub -- 2.39.2