Skip to content

Script to remaster Tiny Core Linux

License

Notifications You must be signed in to change notification settings

gyk4j/tinycorelinux-remaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts to remaster Tiny Core Linux

Remastering Tiny Core Linux allows us to create customized bootable Linux ISO images that provides a minimal live Linux environment for shipping and running software.

Tiny Core Linux Remaster is a set of shell scripts to automate Tiny Core Linux remastering. It demonstrates several approaches to introducing customizations to the Tiny Core Linux ISO image, namely building and loading extensions, repacking and adding initrd image (i.e. core.gz).

I am using the following as the remastering host:

Boot

Fig 1. Bootloader decompressing and loading kernel

Services and Daemons

Fig 2. Kernel booting and starting services

Shutdown

Fig 3. Shut down

For more information, see the Wiki.