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

Change-Id: I8dead1e8fe4352d9b2934ad1074f4fc01d315eed
This commit is contained in:
LuK1337 2019-11-19 12:51:41 +01:00 committed by Joel16
parent 69bcdf1855
commit 266d96ff39

View File

@ -37,7 +37,7 @@
using android::init::import_kernel_cmdline;
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)
{