mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-10-04 06:12:51 +00:00
dbx: generate our own UUID
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
437ba3a444
commit
5fab91e34c
4
debian/generate_dbx_list
vendored
4
debian/generate_dbx_list
vendored
@ -16,11 +16,11 @@ ARCH=$1
|
|||||||
IN=$2
|
IN=$2
|
||||||
OUT=$3
|
OUT=$3
|
||||||
|
|
||||||
DEBIAN_UUID="fa31923d-6047-40bf-81d0-e63edefcf194"
|
PROXMOX_UUID="e946353a-bc0d-4cfe-80be-3a2ef98edf93"
|
||||||
|
|
||||||
# This needs to be fixed to make builds reproducible, of course. If
|
# This needs to be fixed to make builds reproducible, of course. If
|
||||||
# you're deriving from Debian, please generate your own.
|
# you're deriving from Debian, please generate your own.
|
||||||
UUID="$DEBIAN_UUID"
|
UUID="$PROXMOX_UUID"
|
||||||
|
|
||||||
rm -f $OUT
|
rm -f $OUT
|
||||||
if [ -x /usr/bin/efisiglist ] ; then
|
if [ -x /usr/bin/efisiglist ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user