From eef44d71c972ab0d0a1ffcc0ac298f40e322cc1d Mon Sep 17 00:00:00 2001 From: "jh78.min" Date: Fri, 16 Sep 2011 14:09:28 +0900 Subject: Tuna: radio: add /data/radio directory for nv_data On factory nv_data will be written on the /efs with RW mount. After finishing the factory updated all nv_data will be written on the /data/radio. Change-Id: Iad48a9c95e03e66e8608124bbeded9b18b1095ad Signed-off-by: jh78.min --- init.tuna.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.tuna.rc b/init.tuna.rc index bef4e5f..c814a77 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -49,6 +49,8 @@ on fs # We chown/chmod /factory because mount is run as root + defaults chown radio radio /factory chmod 0775 /factory + mkdir /data/radio 0775 radio radio + mkdir /data/radio/log 0775 radio radio # nfc setprop ro.nfc.port "COM4" -- cgit v1.1