Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: teh-botol on January 18, 2017, 11:16:28 AM

Title: Xlibs.tcz startup script makes boot slow
Post 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.
Code: [Select]
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
Title: Re: Xlibs.tcz startup script makes boot slow
Post by: hiro on January 18, 2017, 11:39:32 AM
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 ?
Title: Re: Xlibs.tcz startup script makes boot slow
Post by: curaga on January 18, 2017, 02:05:19 PM
Mounts typically happen after extension loading, but yeah, that should have a list of files, not a recursive call.