← Back to team overview

ubuntu-phone team mailing list archive

Re: [PATCH] init.rc: pass init as a parameter to ubuntu_chroot

 

On 04/04/2013 08:59 PM, Mathieu Trudel-Lapierre wrote:

Signed-off-by: Mathieu Trudel-Lapierre <mathieu-tl@xxxxxxxxxx>
---
  rootdir/init.rc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rootdir/init.rc b/rootdir/init.rc
index c5b0c81..1085ac8 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -529,6 +529,6 @@ service sensorservice /system/bin/sensorservice
  service ubuntuappmanager /system/bin/ubuntuappmanager
      class main

-service ubuntu_chroot /system/bin/ubuntu_chroot
+service ubuntu_chroot /system/bin/ubuntu_chroot init
      class main
      oneshot


Applied, thanks.

Cheers,
--
Ricardo Salveti de Araujo


References