I am using piCore based on v14.1, with only the barebone CLI and no GUI.
Though FBTerm is not available as a package in the TC repository, I have managed to load FBTerm package on boot.
On boot, I would like to launch fbterm directly instead of getty.
So far, I've tried editing /etc/inittab and replacing the first tty1 line with
tty1::respawn:/usr/local/bin/fbterm -- /bin/login
And editing the /opt/.filetool.lst file to include etc/inittab and then run backup to persist these changes, followed by a reboot. However, this still loads into getty and not fbterm.
Currently, I have added launching fbterm at the end of my .ashrc file, which basically means that the system first loads getty, and then runs fbterm inside that.
Though this just about works, I would like to replace getty with fbterm so that on boot, the TTY1 runs in FBTerm and not in getty.
Am I on the right track, or am I missing something? Any help with this will be greatly appreciated.