george-hopkins / opentom

[Unofficial] Tiny Linux distribution for TomTom™ devices
Other
74 stars 33 forks source link

User "root" is broken #13

Closed gefin closed 8 years ago

gefin commented 8 years ago

the new build process work great, but telnet and ssh login don't work. dropbear can't access the root user: login attempt for nonexistent user from....

I think this comes because the now unused "empty_initramfs.tar.gz " is not real empty. It contains some files like /etc/passwd who now missed.

A quick runtime workaround is adding "echo root::0:0:root:/:/bin/sh >/etc/passwd" to start.sh


tuxchess is broken because the include path is wrong


OpenDUNE is broken. Some patches fail.

george-hopkins commented 8 years ago

Thank you for reporting the issue. You're absolutely right: These files were not included. I did extract them and added them to my working tree. However, I totally forgot to add and commit them.

As for tuxchess: Thanks to your fix, it's working again :+1: tuxchess

OpenDUNE is working again too, see #14 for details.

gefin commented 8 years ago

Thanks, root and tuxchess work well