mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Update UEFI patch
This commit is contained in:
parent
87bcbc901f
commit
994e8ddfaf
1 changed files with 1 additions and 2 deletions
|
@ -928,8 +928,7 @@ index ac70e771c86..6af5cfed963 100644
|
|||
GRUB_TERMINALS =
|
||||
GRUB_SERIAL_CONFIG =
|
||||
GRUB_TERMINAL_CONFIG =
|
||||
@@ -43,6 +44,9 @@ endif
|
||||
SIGNATURE:=$(shell perl -e 'printf("%08x", rand(0xFFFFFFFF))')
|
||||
@@ -43,5 +44,8 @@ endif
|
||||
ROOTPART:=$(call qstrip,$(CONFIG_TARGET_ROOTFS_PARTNAME))
|
||||
ROOTPART:=$(if $(ROOTPART),$(ROOTPART),PARTUUID=$(SIGNATURE)-02)
|
||||
+EFI_SIGNATURE:=$(strip $(shell uuidgen | sed -r 's/[a-zA-Z0-9]{2}$$/00/'))
|
||||
|
|
Loading…
Reference in a new issue