Fix menu-screen auto startup. 93/2293/1
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 8 Nov 2012 21:57:22 +0000 (13:57 -0800)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 8 Nov 2012 22:03:02 +0000 (14:03 -0800)
Correctly set the startup sequence so that the menuscreen will start
automatically starting on bootup

etc/rc.d/rc.emul

index 304bf22..f0c5c49 100755 (executable)
@@ -37,6 +37,6 @@ echo -e "[${_G}Initialize display setting value${C_}]"
 /usr/bin/vconftool set -t int db/MainLCD/Backlight/Normal "600"
 
 echo -e "[${_G}For menu_screen booting..${C_}]" 
-/usr/bin/vconftool set -t int memory/startapps/sequence 1
+/usr/bin/vconftool set -t int memory/starter/sequence 1 -f
 
 echo -e "[${_G}rc.emul : script end ${C_}]"