1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:32:49 +02:00

add gmenu2x to inittab, remove init.d/start

This commit is contained in:
Xiangfu Liu 2010-11-13 19:20:20 +08:00
parent 2e9ef2642e
commit fce1850460
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99
boot() {
SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x
}

View File

@ -0,0 +1,8 @@
::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K stop
tts/0::askfirst:/bin/ash --login
ttyS0::askfirst:/bin/ash --login
tty1::respawn:/usr/bin/gmenu2x
tty2::askfirst:/bin/ash --login
tty3::askfirst:/bin/ash --login
tty4::askfirst:/bin/ash --login