From 05d3b28bb67f2bed3420982ad47e47c4d3ea2fb8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 22 May 2023 16:53:07 -0700 Subject: [PATCH] tici: log disk info (#28259) old-commit-hash: 4751d2b57c986599c45280e45867e778cb8bc9d4 --- system/hardware/tici/hardware.h | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hardware/tici/hardware.h b/system/hardware/tici/hardware.h index fba67d96c8..580dc83eec 100644 --- a/system/hardware/tici/hardware.h +++ b/system/hardware/tici/hardware.h @@ -77,6 +77,7 @@ public: static std::map get_init_logs() { std::map ret = { {"/BUILD", util::read_file("/BUILD")}, + {"lsblk", util::check_output("lsblk -o NAME,SIZE,STATE,VENDOR,MODEL,REV,SERIAL")}, }; std::string bs = util::check_output("abctl --boot_slot");