From: Michael Tremer Date: Thu, 7 Jun 2018 21:17:34 +0000 (+0100) Subject: flash-image: Mark the EFI system partition as such X-Git-Tag: v2.21-core124~77^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f329aab2700e7a36afcc32a047c44057b4f334a;p=ipfire-2.x.git flash-image: Mark the EFI system partition as such Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index a52a0db325..900f526fb8 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -95,7 +95,7 @@ endif PADDING = 100 # MB ifeq "$(EFI)" "1" - SFDISK_EFI = $(S_OFFSET),$(S_EFI),c,*\n + SFDISK_EFI = $(S_OFFSET),$(S_EFI),U,*\n SFDISK = $(SFDISK_BOOT)$(SFDISK_EFI)$(SFDISK_ROOT) else SFDISK_SWAP = ,0,0\n