From 52405aa89e45ccee0b48e882c407893991e891a1 Mon Sep 17 00:00:00 2001 From: sbrissen Date: Mon, 11 Aug 2014 08:17:41 -0400 Subject: kona-common: fix lpm Change-Id: I759a72f2c8f80b9291c0d6e51e3dd8263b382ede --- rootdir/lpm.rc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'rootdir') diff --git a/rootdir/lpm.rc b/rootdir/lpm.rc index 5f4bb14..1eed990 100644 --- a/rootdir/lpm.rc +++ b/rootdir/lpm.rc @@ -25,7 +25,7 @@ on init on early-fs # insmod /lib/modules/vibrator.ko - mount ext4 /dev/block/mmcblk0p9 /system ro wait noatime + mount ext4 /dev/block/platform/dw_mmc/by-name/SYSTEM /system ro wait noatime mkdir /data/log 0777 @@ -57,13 +57,7 @@ service ueventd /sbin/ueventd service console /system/bin/sh console -service playlpm /system/bin/playlpm - user root - -service immvibed /system/bin/immvibed - oneshot - -service lpmkey /system/bin/lpmkey +service lpm /system/bin/lpm user root # adbd is controlled by the persist.service.adb.enable system property -- cgit v1.1