tici: log disk info (#28259)

This commit is contained in:
Adeeb Shihadeh
2023-05-22 16:53:07 -07:00
committed by GitHub
parent 577c17bcb8
commit 4751d2b57c
+1
View File
@@ -77,6 +77,7 @@ public:
static std::map<std::string, std::string> get_init_logs() {
std::map<std::string, std::string> 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");