From 7e0569193c855c78c923c0aa57fdf3333559021e Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 8 Nov 2012 13:57:22 -0800 Subject: [PATCH] Fix menu-screen auto startup. Correctly set the startup sequence so that the menuscreen will start automatically starting on bootup --- etc/rc.d/rc.emul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.emul b/etc/rc.d/rc.emul index 304bf22..f0c5c49 100755 --- a/etc/rc.d/rc.emul +++ b/etc/rc.d/rc.emul @@ -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_}]" -- 2.7.4