i had to replace inetd with xinetd on the blackhole image and add some kernel modules for ipv6.
Now the Box runs perfectly with ipv6 and ipv4.
btw please remove inetd and replace it with xinetd in future images.
i use a init.d read-ahead daemon built in busybox to load some modules at boot a bit faster maybe a few seconds but i didn't had time to trace any start file of enigma2...
i also tried to use preload, but the code runs buggy on the kernel
"
while read -r p; do readahead $p; done < /etc/preload-list
"
Now the Box runs perfectly with ipv6 and ipv4.
btw please remove inetd and replace it with xinetd in future images.
i use a init.d read-ahead daemon built in busybox to load some modules at boot a bit faster maybe a few seconds but i didn't had time to trace any start file of enigma2...
i also tried to use preload, but the code runs buggy on the kernel
"
while read -r p; do readahead $p; done < /etc/preload-list
"