cmd: Enable fsuuid command for sandbox

The fsuuid command is useful for testing filesystem UUID support.

Enable it by default for sandbox builds.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-12-22 20:10:31 -07:00
parent 725c0ed93b
commit 17648696b1

View File

@@ -2835,6 +2835,7 @@ config CMD_FS_GENERIC
config CMD_FS_UUID
bool "fsuuid command"
default y if SANDBOX
help
Enables fsuuid command for filesystem UUID.