From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/4] flash-image: Enable GRUB_FIRST_BOOT setting Date: Tue, 27 Jul 2021 10:07:09 +0000 Message-ID: <20210727100710.5331-3-michael.tremer@ipfire.org> In-Reply-To: <20210727100710.5331-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3287974620349638721==" List-Id: --===============3287974620349638721== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/flash-images | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 72e635073..ca1ffa5e0 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -188,7 +188,8 @@ ifeq "$(BOOTLOADER)" "grub" # Create configuration mkdir -pv $(MNThdd)/boot/grub - chroot $(MNThdd) grub-mkconfig -o /boot/grub/grub.cfg + GRUB_FIRST_BOOT=true chroot $(MNThdd) \ + grub-mkconfig -o /boot/grub/grub.cfg # Boot the first kernel by default chroot $(MNThdd) grub-set-default 0 -- 2.20.1 --===============3287974620349638721==--