From 127927b2c218e594950b8c699d08570c66650234 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Apr 2022 10:37:12 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 422ef68cd69..9afbe586e0d 100644 --- a/TODO +++ b/TODO @@ -171,6 +171,10 @@ Features: so that we might even open up up the random seed logic to non-SecureBoot systems? +* sd-boot: also include the hyperv "vm generation id" in the random seed hash, + to cover nicely for machine clones. It's found in the ACPI tables, which + should be easily accessible from UEFI. + * sd-boot: add menu item for shutdown? or hotkey? * sd-device has an API to create an sd_device object from a device id, but has