Skip to content

Latest commit

 

History

History

x86

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tiny Core Linux x86 Docker Image Builder

Dockerfile and helper scripts for building a very small CLI system image based on Tiny Core Linux developed at The Core Project. It builds Core 9.0 x86 image by using following packages which were converted those archive type from The Core Project packages.

  • rootfs.tar.gz: contains base system binaries and a file system layout
  • squashfs-tools.tar.gz: contains a squashfs builder and expander

Those original packages are found under http://tinycorelinux.net/9.x/x86

How to build the image

Just run

make

To clean up the directory, run

make clean

License

rootfs.tar.gz, squashfs-tools.tar.gz and tce-load.patch are under GPLv2. The other build scripts are under MIT.