From 764323af9d63ab2aa46aa730f4ae055941f8b648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 5 Dec 2021 11:44:58 +0100 Subject: [PATCH] GRUB: fix rootfile for x86_64 and aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/common/aarch64/grub | 1 + config/rootfiles/common/x86_64/grub | 1 + 2 files changed, 2 insertions(+) diff --git a/config/rootfiles/common/aarch64/grub b/config/rootfiles/common/aarch64/grub index ae6bdfec30..0bd08f97b1 100644 --- a/config/rootfiles/common/aarch64/grub +++ b/config/rootfiles/common/aarch64/grub @@ -2,6 +2,7 @@ boot/grub/splash.png #etc/bash_completion.d #etc/bash_completion.d/grub +#etc/default etc/default/grub #etc/grub.d etc/grub.d/00_cloud diff --git a/config/rootfiles/common/x86_64/grub b/config/rootfiles/common/x86_64/grub index 5450499e36..35a026391b 100644 --- a/config/rootfiles/common/x86_64/grub +++ b/config/rootfiles/common/x86_64/grub @@ -3,6 +3,7 @@ boot/grub/grub.cfg boot/grub/splash.png #etc/bash_completion.d #etc/bash_completion.d/grub +#etc/default etc/default/grub #etc/grub.d etc/grub.d/00_cloud -- 2.39.5