Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3db91fd authored by LuK1337's avatar LuK1337 Committed by Bernhard Thoben
Browse files

suzuran: init: Read model name from /lta-label instead of its block device

Change-Id: I8dead1e8fe4352d9b2934ad1074f4fc01d315eed
parent 205b1b5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

using android::init::ImportKernelCmdline;

constexpr auto LTALABEL_PATH = "/dev/block/platform/soc.0/f9824900.sdhci/by-name/LTALabel";
constexpr auto LTALABEL_PATH = "/lta-label/pages/menu.htm";

void property_override(char const prop[], char const value[], bool add = true)
{