Raspberry Pi port, piCore-15.0 is available!
... but when i go startx i get a black screen and the machine is completely stuck, it is not even possible to exit the Gui with Ctrl Alt Backspace. ...
ps aux | grep -i x
By the way is there a magic TC tool to automatically extract new files added in the rootfs by such an installer ? There seems to be no way to do a simple make install to a folder.
$ tce-load -i findutils$ touch mymarker$ sudo make install$ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | grep -v "^\/sys\/" | tee files$ vi files