Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: teh-botol on January 18, 2017, 11:16:28 AM
-
Hi Guys,
After some testing I found Xlibs.tcz startup script makes boot slow significantly.
Here's the command which makes TinyCore boot times UnAcceptable.
chown -R "$USER".staff /home/"$USER" 2>/dev/null
Well.. this depend on the files inside tc's home.
For me, it's my application source code. Especially TC kernel source code.
Which make boot times >1minute.
For the meantime, I will move my development directory outside tc's home.
BR,
adit
-
wait, what. does this mean it will get applied also to the content of my mounts or mount-binds in my /home/tc/mounts dir ?
-
Mounts typically happen after extension loading, but yeah, that should have a list of files, not a recursive call.