├── .gitmodules ├── README.md ├── ReqCheck.sh ├── crosstools.sh ├── dropbear.sh ├── mkiso.sh ├── musl.sh ├── resources ├── BootupTime.ods ├── Screenshot.png ├── Screenshot2.png └── Screenshot3.png ├── tools.sh └── vars.sh /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/README.md -------------------------------------------------------------------------------- /ReqCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/ReqCheck.sh -------------------------------------------------------------------------------- /crosstools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/crosstools.sh -------------------------------------------------------------------------------- /dropbear.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/dropbear.sh -------------------------------------------------------------------------------- /mkiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/mkiso.sh -------------------------------------------------------------------------------- /musl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/musl.sh -------------------------------------------------------------------------------- /resources/BootupTime.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/resources/BootupTime.ods -------------------------------------------------------------------------------- /resources/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/resources/Screenshot.png -------------------------------------------------------------------------------- /resources/Screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/resources/Screenshot2.png -------------------------------------------------------------------------------- /resources/Screenshot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/resources/Screenshot3.png -------------------------------------------------------------------------------- /tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/tools.sh -------------------------------------------------------------------------------- /vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeAsm/teeny-linux/HEAD/vars.sh --------------------------------------------------------------------------------