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");