Disable Gmenu2x autostart
From Qi-Hardware
This short tutorial will describe how you can disable the autostart of GMenu2X in the Official Software Image.
[edit] For firmware newer than 2010-09-17
Edit /etc/inittab and change the tty1 line to:
tty1::respawn:/bin/ash --login
[edit] For older firmware
- boot your NanoNote
- access a console from GMenu2X
ctrl+alt+F2 enter
- with the editor of you choice access the file "etc/rc.d/S99start"
joe /etc/rc.d/S99start
- to comment out the line responsible for the autostart add a "#" in front of the line
/usr/bin/gmenu2x
should now read:
# /usr/bin/gmenu2x
- save and close the file