From: yin s. <sun...@gm...> - 2012-09-17 15:52:52
|
you are right, I overlooked the calling method is making difference. About keymap, I noticed too. Initially I thought it is a windows/linux host thing. so I changed them in the code. now, seems that approach is not working for your system. Hope you can help to figure out a better way. Thanks, /Yin On Mon, Sep 17, 2012 at 8:16 AM, deneme.true <den...@gm...> wrote: > It is interesting that when I use > > $sudo ./colinux-daemon @colinux.cfg > > as mentioned building doc: > Instead of following command: > > $sudo ./colinux-daemon mem=64 kernel=vmlinux cobd0=rootfs_2gb.img > cobd1=swap_128mb.img root=/dev/cobd0 > > Now, I can see boot details at colinux fltk daemon. Second method of > daemon calling shouldn't work at your linux system too. But my > keyboard keymap is very different at login screen at the end of boot. > Firstly, I think debian's image keyboard map could be different. But > at the beginning of install of debian iso, fltk console's keyboard is > still different. Probably related with fltk keyboard definitions at > source code. I've looked the devel svn but only I've found this > link( > http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=colinux;a=commitdiff;h=a8862355acd53b565fd04037d1e21fa5e111ab2c > ) > I thought problem will be related fltk console keymap. What will be > the problem with different keyboard layout of fltk console daemon? > > Thanks in Advance. > |