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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ab6d6a301db27d491fed37ff04cfa768ca72fea;p=people%2Fms%2Fipfire-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 62b60b156c..f033042e15 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