grub: fix cloudhelper permissions

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-08-02 07:38:43 +02:00
parent 21e0da660d
commit ff54a798a5

View File

@@ -126,7 +126,7 @@ ifeq "$(BUILD_PC)" "1"
endif endif
# Install our own helpers # Install our own helpers
install -v -m 644 $(DIR_SRC)/config/grub2/00_cloud \ install -v -m 755 $(DIR_SRC)/config/grub2/00_cloud \
/etc/grub.d /etc/grub.d
# Install background image # Install background image