Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: zach4tinycore on May 02, 2021, 10:18:35 PM
-
Since this Forum doesn't allow me to post a guide, I've attached a .txt file that should hopefully help those looking to setup PiCore with freeRDP.
-
Updated the missing link in file attached (nettle.tcz). New file attached.
-
Hi zach4tinycore
From your writeup:
tce-load -w -i Xorg Xlibs flwm aterm wbar nano tc
Can be reduced to:
tce-load -wi tc nano
This also adds those items to your onboot.lst file.
This is the dependency file for TC.tcz:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.dep
When you install TC.tcz the items in that dependency will also get installed. If any of those items have dependencies, they
too will get installed, and so on if they have dependencies.
This is the .tree file for TC.tcz. It shows the entire dependency tree for TC.tcz:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.tree
When you install TC.tcz , everything in that list also gets installed.
Extensions also have .info files that sometimes provide useful information:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.info
-
I wanted to be explicit as I know that's important but since there is an easier option like you mentioned I welcome it!
Thanks for the breakdowns on concepts of TC.tcz. Will help for sure.