mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
add gmenu2x to inittab, remove init.d/start
This commit is contained in:
parent
2e9ef2642e
commit
fce1850460
@ -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
|
|
||||||
}
|
|
8
data/qi_lb60/files/etc/inittab
Normal file
8
data/qi_lb60/files/etc/inittab
Normal 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
|
Loading…
Reference in New Issue
Block a user