27 Dec
2025
27 Dec
'25
8:43 p.m.
From: Simon Glass <simon.glass@canonical.com> 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> --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 5dad8d7deb7..5cb34509746 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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. -- 2.43.0