From: Michael Tremer Date: Wed, 21 Jul 2021 16:43:42 +0000 (+0000) Subject: flash-image: Enable GRUB_FIRST_BOOT setting X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7312c63f09f8bacb08d206cd298d6985120ed0a2;p=people%2Fms%2Fipfire-2.x.git flash-image: Enable GRUB_FIRST_BOOT setting Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index 72e635073d..ca1ffa5e0c 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