Hello, I finally installed crux core on my Efika! I had tried before but I were having problems with netbooting over TFTP / NFS. The sources of my problems were iptables, /etc/hosts.allow and /etc/hosts.deny.
So far I tried to add 2 additional packages:
1) Nano which installed perfectly.
2) X11 which doesn't work. What I did is:
pkgadd x11#6.9.0-5.pkg.tar.gz
startx
the screen blinked for a second and then it returned to console with errors like:
Quote:
(EE) Unable to locate/open config file
...
...
...
dlopen: libfreetype.so.6: cannot open shared object file: No such file o rdirectory
(EE) failed to load /usr/X11/lib/modules/fonts/libfreetype.so
(EE) failed to load module "freetype"
(EE) failed to load module "vesa"
fatal server error: cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
XIO: fatal IO error 104 (connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining
It seems like some stuff like libraries and configuration are missing.
What I want to do is to first setup a working X11 and then add any necessary utilities (XFCE?) to have a basic windowing desktop.