Coming back here in case anyone feels inspired
So I installed necessary packages for xterm, all placed in modules/ . Then I created a shortcut to be able to start it by modifying rc.xml from xdg/openbox/rc.xml which I placed in rootcopy/.
Code: Select all
<keybind key="S-space">
<keybind key="Tab">
<action name="Execute">
<command>/usr/bin/xterm -e su - guest</command>
</action>
</keybind>
</keybind>
Just in case, I placed my shadow file into 003-settings, but no luck.
Maybe I got rights problem? I don't have a clue.
Thanks!